1include ../common.mak
2
3TESTS := full.sh part1.sh part2.sh target.sh zero.sh demangle.sh
4
5clean:
6	rm -rf *.log out_* *.tmp
7