wip
This commit is contained in:
parent
2a528c0976
commit
695bf90c03
4
Makefile
4
Makefile
@ -66,8 +66,8 @@ install: all
|
|||||||
install -m 0644 inc/* $(INC_INSTALL_DIR)
|
install -m 0644 inc/* $(INC_INSTALL_DIR)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(LIB_INSTALL_DIR)/$(STATIC_LIB)
|
rm -f $(LIB_INSTALL_DIR)/$(STATIC_LIB_FILE)
|
||||||
rm -f $(LIB_INSTALL_DIR)/$(DYNAMIC_LIB)
|
rm -f $(LIB_INSTALL_DIR)/$(DYNAMIC_LIB_FILE)
|
||||||
rm -f $(addprefix $(INC_INSTALL_DIR)/,$(shell ls inc))
|
rm -f $(addprefix $(INC_INSTALL_DIR)/,$(shell ls inc))
|
||||||
rm -rf $(INC_INSTALL_DIR)
|
rm -rf $(INC_INSTALL_DIR)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user