aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2023-01-31 21:42:25 +0000
committerShivesh Mandalia <mail@shivesh.org>2023-01-31 21:42:25 +0000
commit388c69bb90bc05a7c339886a3c93906d066f170e (patch)
tree8c06b6e0ed45c8bc6fccd4f0f3c8a2845c91c4f7 /config.mk
parent446b356f707b1e56811ca89caa27fb083b6611d4 (diff)
parente5e959835b195c023d1f685ef4dbbcfc3b5120b2 (diff)
downloadst-388c69bb90bc05a7c339886a3c93906d066f170e.tar.gz
st-388c69bb90bc05a7c339886a3c93906d066f170e.zip
Merge branch 'master' into shivesh
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index a64f43e..c56c4bd 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# st version
-VERSION = 0.8.4
+VERSION = 0.9
# Customize below to fit your system
@@ -35,6 +35,7 @@ STLDFLAGS = $(LIBS) $(LDFLAGS)
#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
# `$(PKG_CONFIG) --libs fontconfig` \
# `$(PKG_CONFIG) --libs freetype2`
+#MANPREFIX = ${PREFIX}/man
# compiler and linker
CC = tcc