X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=e0a166873aaafd0b2198822080fa29f40b6e5d48;hb=14d05e7c725a4a07136ceb123cf760272afc1a87;hp=a80de4b8507731c12ee96a59ed9e6bb4771ac778;hpb=b9cd0c433139ae7dac850c5cd538ee74b32797e1;p=dwm.git diff --git a/config.mk b/config.mk index a80de4b..e0a1668 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 1.0 +VERSION = 1.8 # 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