Makefile
This commit is contained in:
parent
1a86ea1f50
commit
dfbb91128a
1 changed files with 10 additions and 0 deletions
10
Einzug/Makefile
Normal file
10
Einzug/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
.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
|
Reference in a new issue