From 695bf90c038051c92282ea606ac0ee88780efe69 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Tue, 23 Jul 2019 16:12:10 +0200 Subject: [PATCH] wip --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)