diff options
author | epoch <epoch@thebackupbox.net> | 2022-10-01 03:50:28 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2022-10-01 03:50:28 -0500 |
commit | e99c091e81a784a9175dfd4d5c8322b3f67e4342 (patch) | |
tree | 797facf756508132fbf131b78e7d20a49bfd574a /Makefile | |
parent | 35fecc62409ee86ec45ae64a392e152e3e190384 (diff) | |
download | uritools-e99c091e81a784a9175dfd4d5c8322b3f67e4342.tar.gz uritools-e99c091e81a784a9175dfd4d5c8322b3f67e4342.zip |
transposition error
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ install: all install -t $(PREFIX)/bin uriunescape install -t $(PREFIX)/bin uriescape install -t $(PREFIX)/bin urilaunch - install -t $(PREFIX)/bin uri-aboslution + install -t $(PREFIX)/bin uri-absolution install -t $(PREFIX)/bin search install -t $(PREFIX)/bin getsrv install -t $(PREFIX)/bin urititle |