fix(build): default PREFIX to /usr in gmake.mk

This commit is contained in:
2026-03-15 18:01:46 +01:00
parent 7b7916911c
commit eb4b4c1f80
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ endif
RELEASE_LDFLAGS := -s
CFLAGS_BASE := -Wall -Wpedantic -I$(INC_DIR) -std=c89 $(CFLAGS_PLAT)
PREFIX ?= /usr/local
PREFIX ?= /usr
LIBDIR ?= $(PREFIX)/lib
INCDIR ?= $(PREFIX)/include