Added a clean target to the cgtests makefile

This commit is contained in:
Neil Brown 2008-03-07 21:22:33 +00:00
parent 8d44077891
commit 235ce3d3e5

View File

@ -5,10 +5,13 @@ tests = $(patsubst %.occ,%,$(wildcard cgtests/cgtest??.occ))
all: $(tests)
clean:
rm $(tests)
checkout:
svn co http://projects.cs.kent.ac.uk/projects/kroc/svn/kroc/trunk/tests/cgtests
%: %.occ tock
%: %.occ
./tock -vk --backend=$(BACKEND) -o $@ $<
run-all: $(addprefix run-,$(tests))