X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=e0a166873aaafd0b2198822080fa29f40b6e5d48;hb=ad0da9a571ecbdfa8fe0a397185b314f5654f094;hp=21594813644baee48047f4a2919791c131463add;hpb=95766d6241a401b3665ac1ad528b90c55e7b6810;p=dwm.git diff --git a/config.mk b/config.mk index 2159481..e0a1668 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 0.9 +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/lib -I${X11INC} +INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags