X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=d4b16f77591afcbc559ff31a7296f906d2accc6c;hb=da0b2a2f31d5a849464215a86a968ec3a1af2f73;hp=a80de4b8507731c12ee96a59ed9e6bb4771ac778;hpb=b9cd0c433139ae7dac850c5cd538ee74b32797e1;p=dwm.git diff --git a/config.mk b/config.mk index a80de4b..d4b16f7 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 1.0 +VERSION = 1.5 # Customize below to fit your system @@ -11,7 +11,7 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # includes and libs -INCS = -I/usr/include -I${X11INC} +INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags