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