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