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 \