X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/ff79c382c5d1c83c8e771223cbb99bc0e87be697..ae8cce24d3eb590c3cc810eb8487296ee1db0718:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index bc27ece..83ab773 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 0.3 +VERSION = 0.5 # 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