summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-10-03 10:24:54 -0400
committerJake Koroman <jake@jakekoroman.com>2025-10-03 10:24:54 -0400
commitf8ed14d03959566b6208d3fa50b70e54340ff72c (patch)
treef1e0bf6583d8fac4116c8bad686163df7af11449 /config.mk
parentfb19ddd164e16c62925173825140298d054438e7 (diff)
config.mk: change default prefix to ~/.local
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 2fc854e..81f40f0 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@ VERSION = 0.9.3
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX = $(HOME)/.local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include