From 4c968a2c2f8a3d8aa27ccd6f70244d753066cfc2 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Thu, 22 Feb 2018 18:49:59 +0100 Subject: [PATCH] Modified the find command to run on all Unixes. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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