makefile: force removal of object files to suppress error

This commit is contained in:
Mario Fink 2021-02-11 08:48:32 +01:00
parent c649961abb
commit fb16935829

View File

@ -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