X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=ee11556309332f29e10c25de403d3066792caa6a;hb=58e6866d86308ec7e5e34e3791e456594eee90fd;hp=21594813644baee48047f4a2919791c131463add;hpb=95766d6241a401b3665ac1ad528b90c55e7b6810;p=dwm.git diff --git a/config.mk b/config.mk index 2159481..ee11556 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 0.9 +VERSION = 2.7 # 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