Fix PREFIX variable assignement

This commit is contained in:
Danilo Spinella 2019-02-24 10:50:20 +01:00
parent ed0993c1e2
commit 70e29e35f2

View File

@ -1,5 +1,5 @@
PREFIX=/usr/local PREFIX?=/usr/local
INSTALL=install INSTALL=install
CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \ CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \
-Wno-pointer-sign \ -Wno-pointer-sign \