initial commit
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
PDF_CMD=pdflatex -synctex=1 -interaction=nonstopmode
|
||||
BIB_CMD=bibtex
|
||||
|
||||
all: Main.pdf
|
||||
|
||||
Main.pdf: clean
|
||||
$(PDF_CMD) Main.tex
|
||||
$(BIB_CMD) Main.aux
|
||||
$(PDF_CMD) Main.tex
|
||||
$(PDF_CMD) Main.tex
|
||||
|
||||
clean:
|
||||
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl Main.pdf
|
||||
|
Reference in New Issue
Block a user