From 70e29e35f220611e01627795581413bf219bbefa Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Sun, 24 Feb 2019 10:50:20 +0100 Subject: [PATCH] Fix PREFIX variable assignement --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cffb3c65..8a2a65b2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PREFIX=/usr/local +PREFIX?=/usr/local INSTALL=install CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \ -Wno-pointer-sign \