Adding a more flexible fontstring handling, shortcuts and a zoom function.

This commit is contained in:
Christoph Lohmann
2012-10-28 13:25:53 +01:00
parent 91804d7227
commit 53eda6d525
3 changed files with 128 additions and 76 deletions

View File

@ -16,8 +16,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft -lfontconfig
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS += -s ${LIBS}
CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS += -g ${LIBS}
# compiler and linker
CC ?= cc