Clean out the test programs too

This commit is contained in:
Tony Garnock-Jones 2011-01-02 14:53:43 -05:00
parent 61c45e9a12
commit 2b8f39b52f
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ clean:
rm -f $(OBJECTS)
rm -rf *.dSYM
rm -f depend.mk
rm -f test1 test1.o test3 test3.o
depend.mk:
gcc $(CFLAGS) -M *.c > $@