diff options
author | epochqwert <epoch@hacking.allowed.org> | 2018-04-15 06:34:18 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2018-04-15 06:34:18 +0000 |
commit | aeab9cb12996631ee0ff36e4955d0db1b68fda0a (patch) | |
tree | 969d18f06d7749c22c57020401eb696852ea966b /Makefile | |
parent | fa16bb64c861e88cf9ad3ff76546cb13206a5826 (diff) | |
download | uritools-aeab9cb12996631ee0ff36e4955d0db1b68fda0a.tar.gz uritools-aeab9cb12996631ee0ff36e4955d0db1b68fda0a.zip |
made the Makefile use /usr/local as prefix because I'm lazy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CFLAGS=-std=c99 -pedantic -Wall -#PREFIX=/usr/local +PREFIX=/usr/local CC=gcc all: cuturl matchurl |