aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e571e03..d04582b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,5 +18,7 @@ all: $(OUT)
@g++ -o main main.cpp out/*.o $(LIBS_LINUX) $(FLAGS)
clean:
- -rm main
- -rm out/*.o
+ @echo " RM main"
+ @-rm -f main
+ @echo " RM out/*.o"
+ @-rm -f out/*.o