X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=1a17285a9401d39a614644f904d058d06196ad0c;hb=20e294a66f4925b7db43e77ddcb0b885fedeca18;hp=bc27ece29d4141acdb457ef3abfd2dc056488e27;hpb=ff79c382c5d1c83c8e771223cbb99bc0e87be697;p=slock.git diff --git a/config.mk b/config.mk index bc27ece..1a17285 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 0.3 +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