diff options
author | Robert Alessi <alessi@robertalessi.net> | 2018-10-05 09:34:20 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2018-10-05 09:34:20 +0200 |
commit | 9f0648d6c0b575ce0232fadf6a2ac8465b7d52bd (patch) | |
tree | c0749837b4c90fdc40f727dfbd147446c3f8470d /makefile | |
parent | e7944d6696d45ec2fc6bd37fdcdd99c3bb16fbfe (diff) | |
download | courses-9f0648d6c0b575ce0232fadf6a2ac8465b7d52bd.tar.gz |
added sandbox
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/* . |