diff --git a/Makefile b/Makefile index a650378..c264297 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ publish: all clean: @rm -rf *run.xml *-blx.bib *.aux *.bbl *.blg *.brf *.log *.lof *.lot *.lol *.out *.tcp *.toc *.tps *.bak *.backup *.pdfsync *.synctex.gz *.*~ - @for i in run.xml -blx.bib aux bbl blg brf log lof lot lol out tcp toc tps bak backup pdfsync synctex.gz; do find -name *.$$i -exec rm -f {} + ; done - @find -name *.*~ -exec rm -f {} + + @for i in run.xml -blx.bib aux bbl blg brf log lof lot lol out tcp toc tps bak backup pdfsync synctex.gz; do find . -name *.$$i -exec rm -f {} + ; done + @find . -name *.*~ -exec rm -f {} + cleanall: clean @rm *.pdf