aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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