Add beginning of paper
This commit is contained in:
12
paper/Makefile
Normal file
12
paper/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
.PHONY: clean
|
||||
|
||||
all: paper.pdf
|
||||
|
||||
paper.pdf: bibliography.bib paper.tex
|
||||
pdflatex paper
|
||||
biber paper
|
||||
pdflatex paper
|
||||
pdflatex paper
|
||||
|
||||
clean:
|
||||
xargs -I '{}' bash -c "rm -f {}" < .gitignore
|
Reference in New Issue
Block a user