summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Dunn <dunn.alex@gmail.com>2015-04-25 18:42:41 -0700
committerSimon Tatham <anakin@pobox.com>2015-04-26 08:55:52 +0100
commit4f6f2db7fb076e7e031fe240d9fbc8423ba69d6f (patch)
tree8d7db5da9ed44ae7b6dafcc4327be74cb80afc98 /Makefile
parent8e811a81e880ce78d0499a422e9fbc0dc8a5033f (diff)
downloadhalibut-4f6f2db7fb076e7e031fe240d9fbc8423ba69d6f.zip
halibut-4f6f2db7fb076e7e031fe240d9fbc8423ba69d6f.tar.gz
halibut-4f6f2db7fb076e7e031fe240d9fbc8423ba69d6f.tar.bz2
halibut-4f6f2db7fb076e7e031fe240d9fbc8423ba69d6f.tar.xz
Makefile: create install directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)"