summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-27 20:31:05 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-27 20:31:05 +0400
commitace19370bf0e638e16d48c5ad4e1c350a5b91678 (patch)
treebf42723054747ddecf3687f17513174c05d75e72 /config.mk
parentf1cdf9c86c6cc22f6ee9cf3b38df905735f4435c (diff)
install prefix can be selected
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 fdc29a7..98b0d1c 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@ VERSION = 0.9.2
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX ?= /usr/local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include