X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=22a15859700b57b7dbcdf1b1d622c027f684e3da;hb=663fdb326a573ed8e4a5e47a6d8459b2f479b75f;hp=fd98ccb27b0a862e777b3302085cf1ca704f09d5;hpb=597d0f27f53cf152edd1c230def4fd7983ac5919;p=slock.git diff --git a/config.mk b/config.mk index fd98ccb..22a1585 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 0.1 +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