This repository has been archived on 2021-01-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Mitgliederformulare/Einzug/Makefile
2020-04-14 20:18:17 +02:00

10 lines
178 B
Makefile

.PHONY: clean
default: Einzug.tex\
headfoot.tex
mkdir -p build
../latexdockercmd.sh pdflatex --output-directory=build Einzug.tex
mv build/Einzug.pdf .
clean:
rm -r build