X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/597d0f27f53cf152edd1c230def4fd7983ac5919..ae8cce24d3eb590c3cc810eb8487296ee1db0718:/config.mk diff --git a/config.mk b/config.mk index fd98ccb..83ab773 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 0.1 +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