X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=030e2ac25c51f1c0a66a7f6c51596c8e3a061689;hb=369ed130d7c20a48b19ca86f8e95f2a157b27594;hp=c16004abc994106df317303deb481fc045e63895;hpb=58096354b15dacd1951cbfab5c061e69c0a859a0;p=spectrwm.git diff --git a/Makefile b/Makefile index c16004a..030e2ac 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,11 @@ .include 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