# st version
-VERSION = 0.1.1
+VERSION = 0.2.1-tip
# Customize below to fit your system
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
+LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"