For some reason the {} were not being expanded properly

This commit is contained in:
Tony Garnock-Jones 2011-01-04 20:39:11 -05:00
parent 58605c3548
commit 098b690e4d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ clean:
rm -f $(OBJECTS)
rm -rf *.dSYM
rm -f depend.mk
rm -f test{1,3}{,_latency}{,.o}
rm -f test1 test3 test1.o test3.o test1_latency test3_latency test1_latency.o test3_latency.o
depend.mk:
gcc $(CFLAGS) -M *.c > $@