diff options
author | epoch <epoch@hacking.allowed.org> | 2020-06-01 03:55:51 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-06-01 03:57:18 -0500 |
commit | 5aa8ec238c46f1961dbd9541d0067d60e2f18c28 (patch) | |
tree | ff4b63d51bd5cbad8a947d418af00158dc5b8515 /Makefile | |
parent | 39eac44f867024563448d0b606af851dff8aa35f (diff) | |
download | uritools-5aa8ec238c46f1961dbd9541d0067d60e2f18c28.tar.gz uritools-5aa8ec238c46f1961dbd9541d0067d60e2f18c28.zip |
added query_param script. fixed a really dumb bug in uriescape
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,3 +36,4 @@ install: all install -t $(PREFIX)/bin urigetline install -t $(PREFIX)/bin copy_start_nevermind.sh install -t $(PREFIX)/bin choose + install -t $(PREFIX)/bin query_param |