update Makefile
This commit is contained in:
parent
aa8dbfe8e2
commit
498ee5b61c
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -12,6 +12,5 @@ paper.pdf: paper.tex images
|
||||||
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz *.dot
|
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz
|
||||||
rm -rf tmp
|
|
||||||
$(MAKE) -C img clean
|
$(MAKE) -C img clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue