diff options
author | epoch <epoch@hacking.allowed.org> | 2020-01-30 00:35:22 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-01-30 00:35:22 -0600 |
commit | 01177da959edddc5718d8edbe3e4f76a0371e0fd (patch) | |
tree | bbc546bd5a4a652ba3b5901e80dec5d345ef7be8 /Makefile | |
parent | c6106be9afbd8b92071bdeff120f718cba5d809f (diff) | |
download | uritools-01177da959edddc5718d8edbe3e4f76a0371e0fd.tar.gz uritools-01177da959edddc5718d8edbe3e4f76a0371e0fd.zip |
added getsrv to Makefile target "install"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,3 +31,4 @@ install: all install uriescape $(PREFIX)/bin/uriescape install urilaunch $(PREFIX)/bin/urilaunch install search $(PREFIX)/bin/search + install getsrv $(PREFIX)/bin/getsrv |