diff --git a/Makefile b/Makefile index c242dc2..7dd5cb4 100644 --- a/Makefile +++ b/Makefile @@ -66,8 +66,8 @@ install: all install -m 0644 inc/* $(INC_INSTALL_DIR) uninstall: - rm -f $(LIB_INSTALL_DIR)/$(STATIC_LIB) - rm -f $(LIB_INSTALL_DIR)/$(DYNAMIC_LIB) + rm -f $(LIB_INSTALL_DIR)/$(STATIC_LIB_FILE) + rm -f $(LIB_INSTALL_DIR)/$(DYNAMIC_LIB_FILE) rm -f $(addprefix $(INC_INSTALL_DIR)/,$(shell ls inc)) rm -rf $(INC_INSTALL_DIR)