about summary refs log tree commit diff stats
path: root/subx/clean
diff options
context:
space:
mode:
Diffstat (limited to 'subx/clean')
-rwxr-xr-xsubx/clean6
1 files changed, 6 insertions, 0 deletions
diff --git a/subx/clean b/subx/clean
new file mode 100755
index 00000000..6294eb56
--- /dev/null
+++ b/subx/clean
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -v
+rm -rf subx.cc subx *_list *.dSYM
+test $# -gt 0 && exit 0  # convenience: 'clean top-level' to leave subsidiary tools alone
+rm -rf ../enumerate/enumerate ../tangle/tangle ../tangle/*_list ../*/*.dSYM