makefile: force removal of object files to suppress error
This commit is contained in:
parent
c649961abb
commit
fb16935829
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user