From 4f6f2db7fb076e7e031fe240d9fbc8423ba69d6f Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sat, 25 Apr 2015 18:42:41 -0700 Subject: Makefile: create install directory --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3ddce26..f8efeb1 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,7 @@ clean:: rm -f *.o halibut core install: + mkdir -p $(prefix) $(INSTALL) -m 755 halibut $(bindir)/halibut $(MAKE) -C ../doc install prefix="$(prefix)" INSTALL="$(INSTALL)" -- cgit v1.1