Made the cgtest compilation depend on tock, to force recompilation

This commit is contained in:
Neil Brown 2008-03-07 10:02:15 +00:00
parent 8d411184c1
commit e3fed836c5

View File

@ -8,7 +8,7 @@ all: $(tests)
checkout:
svn co http://projects.cs.kent.ac.uk/projects/kroc/svn/kroc/trunk/tests/cgtests
%: %.occ
%: %.occ tock
./tock -vk --backend=$(BACKEND) -o $@ $<
run-all: $(addprefix run-,$(tests))