Merge pull request #66 from ijacquez/feature/set-install-prefix

Use conditional variable assignment for PREFIX
This commit is contained in:
Luke Smith 2019-05-04 18:48:01 -04:00 committed by GitHub
commit 36eb185897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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