summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-04 18:48:01 -0400
committerGitHub <noreply@github.com>2019-05-04 18:48:01 -0400
commit36eb185897b2e058b298191582d478dca7b2b864 (patch)
treee0a92b05253d5febc94d8d3c70ab734cf9e275d3
parentd9575acb88455977b16852360fed597d9415855f (diff)
parent252fba32be92100c96358bd713cef4b3e03964a6 (diff)
Merge pull request #66 from ijacquez/feature/set-install-prefix
Use conditional variable assignment for PREFIX
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 3b00d7e..d801515 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@ VERSION = 0.8.1
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX ?= /usr/local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include