From fb169358297f0df296dc19d9ca4e3057d4adb3bc Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Thu, 11 Feb 2021 08:48:32 +0100 Subject: [PATCH] makefile: force removal of object files to suppress error --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6b1a679..5bffa81 100644 --- a/makefile +++ b/makefile @@ -47,7 +47,7 @@ uninstall : $(INST)/$(EXE) clean : rm -vf $(EXE) - rm -v *.o + rm -vf *.o # # build CLI executable # $(EXE) : $(SRC)main.cpp $(LIB)raweat.hpp $(LIB)hexshow.hpp $(LIB)rawmerge.hpp output