diff options
author | epoch <epoch@hacking.allowed.org> | 2020-04-06 19:10:52 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-04-06 19:10:52 -0500 |
commit | 8111431c7b8932f756ffe2723f903d45027e3933 (patch) | |
tree | 5ed6fd9de19f7b270e02e23fbd95e1acafadfafc /Makefile | |
parent | d176a3aede6539ab276e29307e7e88fd22bd7ddc (diff) | |
download | uritools-8111431c7b8932f756ffe2723f903d45027e3933.tar.gz uritools-8111431c7b8932f756ffe2723f903d45027e3933.zip |
forgot to add copy_start_nevermind to the install target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,3 +33,4 @@ install: all install search $(PREFIX)/bin/search install getsrv $(PREFIX)/bin/getsrv install urititle $(PREFIX)/bin/urititle + install -t $(PREFIX)/bin copy_start_nevermind.sh |