summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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