From: Christoph Egger Date: Mon, 21 Mar 2011 21:04:34 +0000 (+0100) Subject: add makefile X-Git-Url: https://git.siccegge.de//index.cgi?p=talk%2Fkfreebsd.git;a=commitdiff_plain;h=858daa35dc603d54020c804fd711d9e222794432 add makefile --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..43f8d46 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SOURCES=$(shell find . -name '*.tex') + +lit.pdf: $(SOURCES) + latexmk -g -pdf lit