diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 00:29:56 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 00:29:56 +0400 |
commit | 27583cbb0d3174af5cf495e71ff06355ceb26bfa (patch) | |
tree | f275ed188142573921962c66a7d039e9704955a0 | |
parent | b9d5d6f86f5fdaf31c9eeb88298b94a9a923f990 (diff) |
makefile prefix can be set
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |