makefile: force removal of object files to suppress error
This commit is contained in:
2
makefile
2
makefile
@@ -47,7 +47,7 @@ uninstall : $(INST)/$(EXE)
|
|||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -vf $(EXE)
|
rm -vf $(EXE)
|
||||||
rm -v *.o
|
rm -vf *.o
|
||||||
|
|
||||||
# # build CLI executable
|
# # build CLI executable
|
||||||
# $(EXE) : $(SRC)main.cpp $(LIB)raweat.hpp $(LIB)hexshow.hpp $(LIB)rawmerge.hpp output
|
# $(EXE) : $(SRC)main.cpp $(LIB)raweat.hpp $(LIB)hexshow.hpp $(LIB)rawmerge.hpp output
|
||||||
|
Reference in New Issue
Block a user