Use rm -f.

This commit is contained in:
Adam Sampson 2008-04-08 14:54:00 +00:00
parent 3da2ad1385
commit ce622da2cb

View File

@ -6,7 +6,7 @@ tests = $(patsubst %.occ,%,$(wildcard cgtests/cgtest??.occ))
all: $(tests)
clean:
rm $(tests)
rm -f $(tests)
checkout:
svn co http://projects.cs.kent.ac.uk/projects/kroc/svn/kroc/trunk/tests/cgtests