Added a clean target to the cgtests makefile
This commit is contained in:
parent
8d44077891
commit
235ce3d3e5
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user