aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-05 18:03:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-05 18:03:50 +1300
commit23a6b07a22ee74e8a901e92fd225b2f9cfb8b347 (patch)
treea1a015a3773bc44d4f709331242fe224e7672875 /Makefile
parentAdd a few more -W pragmas (diff)
downloadcrypt-23a6b07a22ee74e8a901e92fd225b2f9cfb8b347.tar.gz
crypt-23a6b07a22ee74e8a901e92fd225b2f9cfb8b347.zip
Option terminators
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8f2cf93..fee44a7 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ clean :
rm -f crypt
install : crypt
- mkdir -p "$(PREFIX)"/bin "$(PREFIX)"/share/man/man1
- install crypt "$(PREFIX)"/bin
- install crypt.1 "$(PREFIX)"/share/man/man1
+ mkdir -p -- "$(PREFIX)"/bin "$(PREFIX)"/share/man/man1
+ install crypt -- "$(PREFIX)"/bin
+ install crypt.1 -- "$(PREFIX)"/share/man/man1