Fix delete command in Makefile

This commit is contained in:
LelixSuper
2017-04-14 15:52:52 +02:00
parent bc132d5715
commit ff5e23ff66

View File

@@ -29,5 +29,4 @@ example3: example3.o tinyexpr.o
$(CC) -c $(CCFLAGS) $< -o $@
clean:
rm *.o
rm *.exe
rm -f *.o *.exe example example2 example3 bench test_pr test