From: Todd Fries Date: Tue, 13 Jan 2009 16:24:34 +0000 (+0000) Subject: makefiles are useful X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=a74952e12f9a8f483f5781e951d4210b2206ee1e;p=spectrwm.git makefiles are useful --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c9c82fc --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +# $epitome$ +.include + +PROG=scrotwm +NOMAN= +#MAN=scrotwm.1 + +CPPFLAGS+= -I${X11BASE}/include +LDADD+=-L${X11BASE}/lib -lX11 + +MANDIR= ${X11BASE}/man/cat + +obj: _xenocara_obj + +.include +.include