X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.mk;h=beafc3553e9ff8c734bf3aa239205b5d95f665b9;hb=818ec746f4caae453d09368b101c3e841cf39870;hp=64a1da92c7b5d4a45d7e6b47dad1a083af683751;hpb=e23acb9188b7bc7a7cfc418ac45671003abcc341;p=st.git diff --git a/config.mk b/config.mk index 64a1da9..beafc35 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # st version -VERSION = 0.8.1 +VERSION = 0.8.3 # Customize below to fit your system @@ -21,8 +21,8 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ `$(PKG_CONFIG) --libs freetype2` # flags -CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS) +STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 +STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) STLDFLAGS = $(LIBS) $(LDFLAGS) # OpenBSD: