# dmenu version
-VERSION = 0.2
+VERSION = 0.5
# Customize below to fit your system
X11LIB = /usr/X11R6/lib
# includes and libs
-INCS = -I/usr/lib -I${X11INC}
+INCS = _I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
-# compiler
+# compiler and linker
CC = cc
+LD = ${CC}