From 6c9e9b675c7acf8baf93a86e95000c0ea32b239b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 9 Feb 2018 16:33:26 +0100 Subject: [PATCH] Makefile: default PREFIX to /usr/local --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1e0da25..075257b8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PREFIX=/usr +PREFIX=/usr/local INSTALL=install CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \ -Wno-pointer-sign \