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