From 9f0648d6c0b575ce0232fadf6a2ac8465b7d52bd Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 5 Oct 2018 09:34:20 +0200 Subject: added sandbox --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index 83adabd..27b11f1 100644 --- a/makefile +++ b/makefile @@ -16,6 +16,7 @@ clean: rm -rf .backup find -iname "*~" | xargs rm -rf find ./* -type f -iname "makefile" $(findopts) > ls-R + find ./* -type d -iname "sandbox" >> ls-R rsync -avPr --files-from=ls-R . .backup rm -rf * cp -p -r .backup/* . -- cgit v1.2.3