diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ install: all install -t $(PREFIX)/bin copy_start_nevermind.sh install -t $(PREFIX)/bin choose install -t $(PREFIX)/bin query_param + install -t $(PREFIX)/bin data_handler + install -t $(PREFIX)/bin unshorten.sh install -t $(PREFIX)/bin shorten chgrp shorten $(PREFIX)/bin/shorten chmod g+s $(PREFIX)/bin/shorten |