aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-10-05 09:34:20 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-10-05 09:34:20 +0200
commit9f0648d6c0b575ce0232fadf6a2ac8465b7d52bd (patch)
treec0749837b4c90fdc40f727dfbd147446c3f8470d /makefile
parente7944d6696d45ec2fc6bd37fdcdd99c3bb16fbfe (diff)
downloadcourses-9f0648d6c0b575ce0232fadf6a2ac8465b7d52bd.tar.gz
added sandbox
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/* .