X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;ds=inline;f=quittungen%2FMakefile;fp=quittungen%2FMakefile;h=dbdb036e969a2d6054c09811f3409aa6616ff6b5;hb=fca1e6cfe82a5558181fe2234f6a19fe778b560b;hp=0000000000000000000000000000000000000000;hpb=c72f4eca2b92e22afd9b5b6f224a64aae433f950;p=teilnehmertool.git diff --git a/quittungen/Makefile b/quittungen/Makefile new file mode 100644 index 0000000..dbdb036 --- /dev/null +++ b/quittungen/Makefile @@ -0,0 +1,8 @@ +TEXs = $(wildcard *.tex) +PDFs = $(TEXs:%.tex=%.pdf) + + +all: $(PDFs) + +%.pdf: %.tex + latexmk -pdf $<