diff options
author | epoch <epoch@hack.thebackupbox.net> | 2020-02-05 17:19:41 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2020-02-05 17:19:41 +0000 |
commit | 2d1f24c3f9a16f59a545578602929364e64669ba (patch) | |
tree | 5f2fa94450c5f29484844d71775aa7b4a4a2a264 /Makefile | |
parent | b4b98598e1dadfcb1591b02de9d7add7b27ae056 (diff) | |
download | uritools-2d1f24c3f9a16f59a545578602929364e64669ba.tar.gz uritools-2d1f24c3f9a16f59a545578602929364e64669ba.zip |
forgot to put urititle into the install target in the makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,3 +32,4 @@ install: all install urilaunch $(PREFIX)/bin/urilaunch install search $(PREFIX)/bin/search install getsrv $(PREFIX)/bin/getsrv + install urititle $(PREFIX)/bin/urititle |