X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/88d968496652401eba8fa98615c6196618c91fcd..c1507cd225a34ef69045cfc20519b16212dba8dd:/config.mk 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}