aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8709733..a628307 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ clean: lualatex
61 rm -rf .backup 61 rm -rf .backup
62 find -iname "*~" -or -iname "*.pdf" | xargs rm -rf 62 find -iname "*~" -or -iname "*.pdf" | xargs rm -rf
63 find ./* -type f -iname "Makefile" $(findopts) > ls-R 63 find ./* -type f -iname "Makefile" $(findopts) > ls-R
64 find ./* -type f -iname "samples/*" $(findoptsi) >> ls-R 64 find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R
65 rsync -avPr --files-from=ls-R . .backup 65 rsync -avPr --files-from=ls-R . .backup
66 rm -rf * 66 rm -rf *
67 cp -p -r .backup/* . 67 cp -p -r .backup/* .