From abb30c3f03e6beba730777c73e39a42df049f1ab Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 23 Dec 2022 18:23:11 +0100 Subject: Set prefix to /usr/local by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6adf4b..d58a853 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS = -Wall -Wextra -Wpedantic -Werror \ -std=c11 -pipe LDFLAGS = -llux -PREFIX = /usr +PREFIX = /usr/local DPREFIX = ${DESTDIR}${PREFIX} MANDIR = ${DPREFIX}/share/man -- cgit v1.2.3