diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-03-05 18:03:50 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-03-05 18:03:50 +1300 |
commit | 23a6b07a22ee74e8a901e92fd225b2f9cfb8b347 (patch) | |
tree | a1a015a3773bc44d4f709331242fe224e7672875 | |
parent | Add a few more -W pragmas (diff) | |
download | crypt-23a6b07a22ee74e8a901e92fd225b2f9cfb8b347.tar.gz crypt-23a6b07a22ee74e8a901e92fd225b2f9cfb8b347.zip |
Option terminators
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |