Makefile: change default PREFIX to /usr/local

Use the same default installation prefix as autotools-based projects.
This commit is contained in:
Eric Biggers 2019-07-02 20:13:13 -07:00
parent 5038748d61
commit 9e9b62f03f

View File

@ -36,7 +36,7 @@ override CFLAGS := \
##############################################################################
PREFIX ?= /usr
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
INCDIR ?= $(PREFIX)/include
LIBDIR ?= $(PREFIX)/lib