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