Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
dmenu_run: sh -c
[dmenu.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
ebaab81
..
eb55470
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,7
+1,5
@@
# dmenu version
# dmenu version
-VERSION = 4.2.1
-
-# Customize below to fit your system
+VERSION = 4.4
# paths
PREFIX = /usr/local
# paths
PREFIX = /usr/local
@@
-20,7
+18,7
@@
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
# 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
LDFLAGS = -s ${LIBS}
# compiler and linker