From 760dd6b5f48c1daff9fda2e101b8a1917fdefa11 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 18 Jan 2018 11:05:35 -0500 Subject: Allows make install to work after installing once --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6af3c3b..88e0e9d 100644 --- a/Makefile +++ b/Makefile @@ -33,5 +33,5 @@ test: $(TEST_1_NAME) install: $(LIBNAME) cp $(LIBNAME) /usr/local/lib - mkdir /usr/local/include/ctemplates + mkdir -p /usr/local/include/ctemplates cp *.h /usr/local/include/ctemplates/ -- cgit v1.2.3-70-g09d2