summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8efeb1..a60bac7 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ clean::
rm -f *.o halibut core
install:
- mkdir -p $(prefix)
+ mkdir -p $(prefix) $(bindir)
$(INSTALL) -m 755 halibut $(bindir)/halibut
$(MAKE) -C ../doc install prefix="$(prefix)" INSTALL="$(INSTALL)"