diff options
| author | Andrew <saintruler@gmail.com> | 2020-07-18 13:03:35 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-07-18 13:03:35 +0400 |
| commit | 9f83f6657ab8d2ddf29a040102eb50351c1ae525 (patch) | |
| tree | be1283970503dee961df6b8f16784f3029019e43 /config.mk | |
| parent | 6c24e32c065d407386e1a7aaaee1a7869421a739 (diff) | |
Bumped to 0.8.4 and changed theme to Nord
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |