Add simple Makefile
This commit is contained in:
parent
a6b265e80e
commit
003568dc2d
10
work/Makefile
Normal file
10
work/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user