summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-05 00:29:56 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-05 00:29:56 +0400
commit27583cbb0d3174af5cf495e71ff06355ceb26bfa (patch)
treef275ed188142573921962c66a7d039e9704955a0
parentb9d5d6f86f5fdaf31c9eeb88298b94a9a923f990 (diff)
makefile prefix can be set
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 07af883..e421abe 100644
--- a/config.mk
+++ b/config.mk
@@ -4,8 +4,8 @@ VERSION = 1.0
# customize below to fit your system
# paths
-PREFIX = /usr/local
-MANPREFIX = $(PREFIX)/share/man
+PREFIX ?= /usr/local
+MANPREFIX ?= $(PREFIX)/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib