update Makefile

This commit is contained in:
Carlos Galindo 2019-10-25 13:54:10 +00:00
parent aa8dbfe8e2
commit 498ee5b61c

View file

@ -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