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