aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:31:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:31:50 +1300
commitf4253f82c64ef9cf416f869145bc3457c1773e96 (patch)
tree7610d637a2c0fa96c42a4f38e242871d1c5c37b6
parentAdd explicit install permissions (diff)
downloadcrypt-f4253f82c64ef9cf416f869145bc3457c1773e96.tar.gz
crypt-f4253f82c64ef9cf416f869145bc3457c1773e96.zip
Correct target spelling
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 741bae3..facf2c2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ clean :
crypt : crypt.c crypt.h
$(CC) $(CFLAGS) $(LDFLAGS) crypt.c -o $@
-install : install-bin install-min
+install : install-bin install-man
install-bin : crypt
mkdir -p -- $(PREFIX)/bin