X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/fabd4602b3223666165c76c397644a081b9a97e5..041912a791e8c2f4d5d2415b16210d29d7e701c5:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index 527a64d..039c42c 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # st version -VERSION = 0.7 +VERSION = 0.8.1 # Customize below to fit your system @@ -20,8 +20,8 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ # flags CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -CFLAGS = -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os $(INCS) $(CPPFLAGS) -LDFLAGS = -g $(LIBS) +STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS) +STLDFLAGS = $(LIBS) $(LDFLAGS) # compiler and linker # CC = c99