X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/10ccc43597910428a22129cd942881835d95b5c0..1fd4e7b23e872c16902d222b6c870116c948903c:/config.mk diff --git a/config.mk b/config.mk index 0ece512..1a17285 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 0.2 +VERSION = 0.7 # 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