X-Git-Url: https://git.armaanb.net/?p=slock.git;a=blobdiff_plain;f=config.mk;h=addb499154c6a52b7d71493392f74452a7364476;hp=f438ed433322002f0f932a673ed3b9bc187459cd;hb=c1507cd225a34ef69045cfc20519b16212dba8dd;hpb=88d968496652401eba8fa98615c6196618c91fcd diff --git a/config.mk b/config.mk index f438ed4..addb499 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 1.0 +VERSION = 1.0-tip # Customize below to fit your system @@ -14,7 +14,7 @@ INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H +CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H -DCOLOR1=\"black\" -DCOLOR2=\"\#005577\" CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS}