From aeab9cb12996631ee0ff36e4955d0db1b68fda0a Mon Sep 17 00:00:00 2001 From: epochqwert Date: Sun, 15 Apr 2018 06:34:18 +0000 Subject: made the Makefile use /usr/local as prefix because I'm lazy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8daaf11..e90c8f8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS=-std=c99 -pedantic -Wall -#PREFIX=/usr/local +PREFIX=/usr/local CC=gcc all: cuturl matchurl -- cgit v1.2.3