From ff5e23ff66e223cf8c4bb02f9772bfca908bf0f1 Mon Sep 17 00:00:00 2001 From: LelixSuper Date: Fri, 14 Apr 2017 15:52:52 +0200 Subject: [PATCH] Fix delete command in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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