summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-02-05 22:14:48 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-02-05 22:28:59 -0500
commitfa3c401390e1477ff4aae6b91fcf18eded478814 (patch)
tree08a40bec3b5bb8f7887bd52c9aed866ad8a64393 /config.mk
parent73c034ba05101e2fc337183af1cdec5bfe318b99 (diff)
0.8.4 update, scroll added as separate prog
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk12
1 files changed, 4 insertions, 8 deletions
diff --git a/config.mk b/config.mk
index dcf5706..1741840 100644
--- a/config.mk
+++ b/config.mk
@@ -1,19 +1,15 @@
# st version
-VERSION = 0.8.2
+VERSION = 0.8.4
# Customize below to fit your system
# paths
-PREFIX ?= /usr/local
+PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
-# include X11 in Ubuntu
-# X11INC = /usr/include/X11R6
-# X11LIB = /usr/lib/X11R6
-
PKG_CONFIG = pkg-config
# includes and libs
@@ -34,8 +30,8 @@ STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD:
#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
-# `pkg-config --libs fontconfig` \
-# `pkg-config --libs freetype2`
+# `$(PKG_CONFIG) --libs fontconfig` \
+# `$(PKG_CONFIG) --libs freetype2`
# compiler and linker
# CC = c99