feat: add draft data, gap analysis report, and workspace config
This commit is contained in:
12
workspace/drafts/ect-landscape-paper/Makefile
Normal file
12
workspace/drafts/ect-landscape-paper/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
.PHONY: pdf clean
|
||||
|
||||
pdf: main.pdf
|
||||
|
||||
main.pdf: main.tex references.bib
|
||||
pdflatex -interaction=nonstopmode main.tex
|
||||
bibtex main
|
||||
pdflatex -interaction=nonstopmode main.tex
|
||||
pdflatex -interaction=nonstopmode main.tex
|
||||
|
||||
clean:
|
||||
rm -f main.aux main.bbl main.blg main.log main.out main.pdf main.toc
|
||||
Reference in New Issue
Block a user