mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00

- remove missing vars. - add missing <strings.h>. - the X11 Window type should be %lu in format strings.
17 lines
264 B
Makefile
17 lines
264 B
Makefile
# $scrotwm$
|
|
.include <bsd.xconf.mk>
|
|
|
|
PROG=scrotwm
|
|
NOMAN=
|
|
#MAN=scrotwm.1
|
|
|
|
CFLAGS+= -Wall -Wno-uninitialized
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
LDADD+=-L${X11BASE}/lib -lX11
|
|
|
|
MANDIR= ${X11BASE}/man/cat
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|