From 14d0678fe5abf28e339c15d4a37c47b080d84af7 Mon Sep 17 00:00:00 2001 From: mrbesen Date: Fri, 2 Oct 2020 16:10:03 +0200 Subject: [PATCH] fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cce5c7..c2087c6 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ runtest: $(NAMETEST) install: $(NAME) cp -f ./$(NAME) /usr/lib/ - mkdir -p /usr/include/$(NAMEINC)/ + mkdir -p /usr/include/$(NAMESHORT)/ cp -rf $(INCF)* /usr/include/$(NAMESHORT)/ uninstall: