summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2016-05-28 09:40:08 +0000
committerepochqwert <epoch@hacking.allowed.org>2016-05-28 09:40:08 +0000
commit6bfda18041dffeac373ad799b22b0aceaaf6039d (patch)
tree118dfbec6ea6187c3e07d7e154ac0e2f16022696 /Makefile
parent88579ab91621abc3a9a6f31c132de50510aca777 (diff)
downloaduritools-6bfda18041dffeac373ad799b22b0aceaaf6039d.tar.gz
uritools-6bfda18041dffeac373ad799b22b0aceaaf6039d.zip
fuck if I know. I'm tired. moved the magic stuff to url.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c8e858..c652062 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,6 @@ clean:
rm -f matchurl
rm -f cuturl
-install:
+install: all
cp -f matchurl $(PREFIX)/bin/matchurl
cp -f cuturl $(PREFIX)/bin/cuturl