diff options
author | Christian Hesse <mail@eworm.de> | 2013-12-20 11:59:51 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-12-20 11:59:51 +0100 |
commit | e178db7e9714e84947b00379cf5c554909ea0b53 (patch) | |
tree | d2499adadfe53a815a94d54320903e3a943272d3 | |
parent | 63d42efc9dc3f5cf13856cf08aaa807bfd8982e5 (diff) | |
download | nullshell-e178db7e9714e84947b00379cf5c554909ea0b53.tar.gz nullshell-e178db7e9714e84947b00379cf5c554909ea0b53.tar.zst |
add install options0.0.1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ nullshell: nullshell.c $(CC) $(CFLAGS) $(LDFLAGS) nullshell.c -o nullshell install: nullshell - $(INSTALL) nullshell $(DESTDIR)$(PREFIX)/bin/nullshell + $(INSTALL) -D -m0755 nullshell $(DESTDIR)$(PREFIX)/bin/nullshell clean: $(RM) -f nullshell |