X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/ff79c382c5d1c83c8e771223cbb99bc0e87be697..1726ff0816c5eed237e8ae072f93ec3389889107:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index bc27ece..cea3d12 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 0.3 +VERSION = 0.6 # Customize below to fit your system @@ -21,7 +21,7 @@ LDFLAGS = ${LIBS} #LDFLAGS = -g ${LIBS} # On *BSD remove -DHAVE_SHADOW_H from CFLAGS -# On OpenBSD remove -lcrypt from LIBS +# On OpenBSD and Darwin remove -lcrypt from LIBS # compiler and linker CC = cc