aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 69766ac..9865c3a 100644
--- a/Makefile
+++ b/Makefile
@@ -67,11 +67,14 @@ enchilada: all upload
init:
git submodule update --init --recursive
-clean:
+tidy:
rm -rf tap
- git clean -dfx
+ git clean -ndx -e build
git submodule foreach --recursive git clean -dfx
+clean: tidy
+ git clean -dfx
+
sandblast: clean
git submodule deinit -f .