Merge pull request #23 from kawaiiamber/Makefile-standard

Make standard for non-GNU
This commit is contained in:
phillbush 2021-01-08 21:28:37 +00:00 committed by GitHub
commit 50da9089cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ MANPREFIX ?= ${PREFIX}/share/man
LOCALINC ?= /usr/local/include LOCALINC ?= /usr/local/include
LOCALLIB ?= /usr/local/lib LOCALLIB ?= /usr/local/lib
# SHELL variable (mainly for non-GNU make)
SHELL ?= /bin/sh
X11INC ?= /usr/X11R6/include X11INC ?= /usr/X11R6/include
X11LIB ?= /usr/X11R6/lib X11LIB ?= /usr/X11R6/lib