Add simple Makefile

This commit is contained in:
Valentin Brandl 2019-10-28 11:46:21 +01:00
parent a6b265e80e
commit 003568dc2d
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

10
work/Makefile Normal file
View File

@ -0,0 +1,10 @@
.PHONY: clean build
build: 01paper.pdf
%.pdf: %.tex
latexmk -pdf $< -f
clean:
rm -f *.acn *.acr *.alg *.aux *.bbl *.blg *.clg *.cyg *.cyi *.fdb_latexmk \
*.fls *.glg *.glo *.gls *.ist *.log *.out *.pdf *.slg *.syg *.syi