summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-11-15 19:11:16 -0600
committerepoch <epoch@hacking.allowed.org>2020-11-15 19:11:16 -0600
commit4f9509b7fe0e345f5d8fa7540adba45b1a363f81 (patch)
tree1c914753fc1f41debbe4ebc666dc521484fdd5f1 /Makefile
parent29ec2d6b6dccab65335be8bf203f0f139d876f97 (diff)
downloaduritools-4f9509b7fe0e345f5d8fa7540adba45b1a363f81.tar.gz
uritools-4f9509b7fe0e345f5d8fa7540adba45b1a363f81.zip
added unshorten.sh which attempts to unshorten shortened URLs. and data_handler... no comment.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7809a59..1f3ccd2 100644
--- a/Makefile
+++ b/Makefile
@@ -37,3 +37,5 @@ install: all
install -t $(PREFIX)/bin copy_start_nevermind.sh
install -t $(PREFIX)/bin choose
install -t $(PREFIX)/bin query_param
+ install -t $(PREFIX)/bin data_handler
+ install -t $(PREFIX)/bin unshorten.sh