aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-10-28 13:25:53 +0100
committerChristoph Lohmann <20h@r-36.net>2012-10-28 13:25:53 +0100
commit71b09ec4f172da9a89be2add54b5b94da8af3bea (patch)
treedcaf4aedf7d7b21afdf989de3a392b1b75e361ad /config.mk
parent6d4e525ed95fbddc38be441394a02dc9233b157d (diff)
downloadst-patched-71b09ec4f172da9a89be2add54b5b94da8af3bea.tar.bz2
st-patched-71b09ec4f172da9a89be2add54b5b94da8af3bea.tar.xz
st-patched-71b09ec4f172da9a89be2add54b5b94da8af3bea.zip
Adding a more flexible fontstring handling, shortcuts and a zoom function.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 3cd714f..e45fc2d 100644
--- a/config.mk
+++ b/config.mk
@@ -16,8 +16,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft -lfontconfig
16 16
17# flags 17# flags
18CPPFLAGS = -DVERSION=\"${VERSION}\" 18CPPFLAGS = -DVERSION=\"${VERSION}\"
19CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} 19CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
20LDFLAGS += -s ${LIBS} 20LDFLAGS += -g ${LIBS}
21 21
22# compiler and linker 22# compiler and linker
23CC ?= cc 23CC ?= cc