summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorepoch <epoch@enzo.thebackupbox.net>2021-10-25 07:42:50 +0000
committerepoch <epoch@enzo.thebackupbox.net>2021-10-25 07:43:14 +0000
commitd5fd6ce0bad91b1cd2e76515e1259fa6c93665a7 (patch)
tree4825c9798f6ac9047eb927e5fa2d004676074a0a /Makefile
parent6bc244ea4584b97a7ba514d4110f43ee30be0515 (diff)
downloaduritools-d5fd6ce0bad91b1cd2e76515e1259fa6c93665a7.tar.gz
uritools-d5fd6ce0bad91b1cd2e76515e1259fa6c93665a7.zip
added a program to convert a string with single-quotes into a shell-escaped version because writing that same sed regex over and over was a pain in the ass. also added a ssh handler. read before use. put them in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1abb56a..090e2c0 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,8 @@ clean:
rm -f *.o
install: all
+ install -t $(PREFIX)/bin sqesc
+ install -t $(PREFIX)/bin ssh_hack
install -t $(PREFIX)/bin xwindowURI
install -t $(PREFIX)/bin uriqueryfilter
install -t $(PREFIX)/bin urimatch