aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5046e12..a38fa34 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ clean: testsamples
52 rm -f $(NAME).bib $(PWD)/TMP/*.bib 52 rm -f $(NAME).bib $(PWD)/TMP/*.bib
53 rm -rf .backup 53 rm -rf .backup
54 rm -rf auto 54 rm -rf auto
55 find -iname "*~" -or -iname "*.pdf" -or -iname "*_out*.tex" | xargs rm -rf 55 find ./ -iname "*~" -or -iname "*.pdf" -or -iname "*_out*.tex" | xargs rm -rf
56 find ./* -type f -iname "Makefile" $(findopts) $(findfiles) > ls-R 56 find ./* -type f -iname "Makefile" $(findopts) $(findfiles) > ls-R
57 find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R 57 find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R
58 rsync -aPr --files-from=ls-R . .backup 58 rsync -aPr --files-from=ls-R . .backup