From 498ee5b61cf8c1e1ade1c90c01d8f5b1c241babc Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Fri, 25 Oct 2019 13:54:10 +0000 Subject: [PATCH] update Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05b00e6..c290f85 100644 --- a/Makefile +++ b/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