about summary refs log tree commit diff stats
path: root/clean
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-07 09:34:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-07 09:34:38 -0700
commit8f54e7f8120df13c3468a6540fd1939d5c2510d6 (patch)
tree683a43ac217c6c7d8638544675b56f896b6bb076 /clean
parent6b0166ecdae7eed500cb8579f6a322abe32c4a68 (diff)
downloadmu-8f54e7f8120df13c3468a6540fd1939d5c2510d6.tar.gz
3460
Diffstat (limited to 'clean')
-rwxr-xr-xclean1
1 files changed, 1 insertions, 0 deletions
diff --git a/clean b/clean
index 1cd632d0..e9b2eeb9 100755
--- a/clean
+++ b/clean
@@ -2,6 +2,7 @@
 
 set -v
 rm -rf mu.cc core.mu mu_bin* *_list .build
+test $# -gt 0 && exit 0  # convenience: 'clean top-level' to leave subsidiary tools alone
 rm -rf enumerate/enumerate tangle/tangle tangle/*_list cleave/cleave
 rm -rf termbox/*.o termbox/libtermbox.a
 rm -rf *.dSYM */*.dSYM