[makefile] add make command (pdflatex)
This commit is contained in:
parent
ea8a7bd537
commit
474d90a5d6
1
Makefile
1
Makefile
|
@ -1,4 +1,5 @@
|
||||||
target:
|
target:
|
||||||
|
pdflatex thesis.tex
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.aux *.lof *.log *.fls *.out *.toc *.fmt *.fot *.cb *.cb2 .*.lb *.ist *.dvi *.xdv *.run.xml *.bcf *.blg *.acr *.glg *.bbl *.glsdefs *.acn *.glo *.lot *.alg
|
rm -f *.aux *.lof *.log *.fls *.out *.toc *.fmt *.fot *.cb *.cb2 .*.lb *.ist *.dvi *.xdv *.run.xml *.bcf *.blg *.acr *.glg *.bbl *.glsdefs *.acn *.glo *.lot *.alg
|
||||||
|
|
Loading…
Reference in New Issue