summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-07-18 13:03:35 +0400
committerAndrew <saintruler@gmail.com>2020-07-18 13:03:35 +0400
commit9f83f6657ab8d2ddf29a040102eb50351c1ae525 (patch)
treebe1283970503dee961df6b8f16784f3029019e43 /config.mk
parent6c24e32c065d407386e1a7aaaee1a7869421a739 (diff)
Bumped to 0.8.4 and changed theme to Nord
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 1d2f0e2..aaa54ff 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# st version
-VERSION = 0.8.2
+VERSION = 0.8.4
# Customize below to fit your system
@@ -28,8 +28,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