diff --git a/Makefile b/Makefile index 0b255c2..dbda2d6 100644 --- a/Makefile +++ b/Makefile @@ -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