summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)"