X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=70c9e36756d3e710ab2a21bb55b5a87560dae711;hb=59dafc4ad67d0d4318d03b5f40da94af2bdf41fb;hp=4264514d908f3845e594e3500d01208de32f9eb6;hpb=a0a99d10e1a019f74a8b2af4d5f8b47348e08a75;p=dmenu.git diff --git a/config.mk b/config.mk index 4264514..70c9e36 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,5 @@ # dmenu version -VERSION = 4.2 - -# Customize below to fit your system +VERSION = 4.3.1 # paths PREFIX = /usr/local @@ -20,7 +18,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # compiler and linker