X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=83ab77347e0ee35f28a681c5f0553e15be6e9c2b;hb=8322f22871ee1da82546dfcdea484ef9db6d4942;hp=0ece51209e99d2c99e1ba0886263a2a235c9aab1;hpb=10ccc43597910428a22129cd942881835d95b5c0;p=slock.git diff --git a/config.mk b/config.mk index 0ece512..83ab773 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 0.2 +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