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
|
||||
|
||||
clean:
|
||||
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz *.dot
|
||||
rm -rf tmp
|
||||
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz
|
||||
$(MAKE) -C img clean
|
||||
|
|
Loading…
Reference in a new issue