aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26e0208..81e580d 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ $(OUTPUT): $(OFILES)
clean:
@echo " CLEAN"
- @rm $(OFILES) $(OUTPUT)
+ @rm -f $(OFILES) $(OUTPUT)
%.o: %.cpp
@echo " CXX " $<