X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/75dd7792456d9eb4a4c3142b81fbda5ca39a3a51..6a5512835485ac501d983161ca15b311a95c5649:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index cfa5369..8cc3f68 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 0.9 +VERSION = 1.2 # 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}