JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove stray SWM_DEBUG
[spectrwm.git] / Makefile
index c16004a..030e2ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,11 @@
 .include <bsd.xconf.mk>
 
 PROG=scrotwm
-NOMAN=
-#MAN=scrotwm.1
+MAN=scrotwm.1
 
-CFLAGS+= -Wall -Wno-uninitialized
+CFLAGS+=-Wall -Wno-uninitialized -ggdb3
 CPPFLAGS+= -I${X11BASE}/include
-LDADD+=-L${X11BASE}/lib -lX11
+LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
 
 MANDIR= ${X11BASE}/man/cat