diff options
| author | Alex Dunn <dunn.alex@gmail.com> | 2015-04-25 18:42:41 -0700 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-04-26 08:55:52 +0100 |
| commit | 4f6f2db7fb076e7e031fe240d9fbc8423ba69d6f (patch) | |
| tree | 8d7db5da9ed44ae7b6dafcc4327be74cb80afc98 /Makefile | |
| parent | 8e811a81e880ce78d0499a422e9fbc0dc8a5033f (diff) | |
| download | halibut-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)" |