aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 83adabd..27b11f1 100644
--- a/makefile
+++ b/makefile
@@ -16,6 +16,7 @@ clean:
16 rm -rf .backup 16 rm -rf .backup
17 find -iname "*~" | xargs rm -rf 17 find -iname "*~" | xargs rm -rf
18 find ./* -type f -iname "makefile" $(findopts) > ls-R 18 find ./* -type f -iname "makefile" $(findopts) > ls-R
19 find ./* -type d -iname "sandbox" >> ls-R
19 rsync -avPr --files-from=ls-R . .backup 20 rsync -avPr --files-from=ls-R . .backup
20 rm -rf * 21 rm -rf *
21 cp -p -r .backup/* . 22 cp -p -r .backup/* .