JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Keep focus on right window when cycling stack order. This does flicker
[spectrwm.git] / Makefile
index c9c82fc..56a0d6f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,13 @@
-# $epitome$
+# $scrotwm$
 .include <bsd.xconf.mk>
 
 PROG=scrotwm
 NOMAN=
 #MAN=scrotwm.1
 
+CFLAGS+= -Wall -Wno-uninitialized
 CPPFLAGS+= -I${X11BASE}/include
-LDADD+=-L${X11BASE}/lib -lX11
+LDADD+=-lutil -L${X11BASE}/lib -lX11
 
 MANDIR= ${X11BASE}/man/cat