mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-10 12:58:30 -04:00
Makefile: change default PREFIX to /usr/local
Use the same default installation prefix as autotools-based projects.
This commit is contained in:
parent
5038748d61
commit
9e9b62f03f
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ override CFLAGS := \
|
|||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr/local
|
||||||
BINDIR ?= $(PREFIX)/bin
|
BINDIR ?= $(PREFIX)/bin
|
||||||
INCDIR ?= $(PREFIX)/include
|
INCDIR ?= $(PREFIX)/include
|
||||||
LIBDIR ?= $(PREFIX)/lib
|
LIBDIR ?= $(PREFIX)/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user