diff options
author | epochqwert <epoch@hacking.allowed.org> | 2016-05-28 09:40:08 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2016-05-28 09:40:08 +0000 |
commit | 6bfda18041dffeac373ad799b22b0aceaaf6039d (patch) | |
tree | 118dfbec6ea6187c3e07d7e154ac0e2f16022696 /Makefile | |
parent | 88579ab91621abc3a9a6f31c132de50510aca777 (diff) | |
download | uritools-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |