diff options
author | epoch <epoch@enzo.thebackupbox.net> | 2021-04-29 21:31:38 +0000 |
---|---|---|
committer | epoch <epoch@enzo.thebackupbox.net> | 2021-04-29 21:31:38 +0000 |
commit | 53e28c310e9612dcb6e745f74f3ead44a8ade457 (patch) | |
tree | 622bbebc3eb1414b5a0ed9e4275cf18703e78a18 /Makefile | |
parent | 6cbe81286312453a49d242189654274cfebbcef5 (diff) | |
download | uritools-53e28c310e9612dcb6e745f74f3ead44a8ade457.tar.gz uritools-53e28c310e9612dcb6e745f74f3ead44a8ade457.zip |
added QR code option to copy_start_nevermind.sh, Makefile now includes urnresolve.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,5 +43,6 @@ install: all install -t $(PREFIX)/bin data_handler install -t $(PREFIX)/bin unshorten.sh install -t $(PREFIX)/bin shorten + install -t $(PREFIX)/bin urnresolve install -t $(PREFIX)/bin urnstart chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten |