about summary refs log tree commit diff stats
path: root/subx/clean
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-30 20:28:36 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-30 20:28:36 -0700
commit86d8f1f30dd70f9be457d9855327649a0870a22e (patch)
treea154b04314f94662327342953cb72aeda69d30da /subx/clean
parenteb1d742baf657273aff2317aeb231f76e1c9e1a8 (diff)
downloadmu-86d8f1f30dd70f9be457d9855327649a0870a22e.tar.gz
4462
The teensy/ examples have outlived their usefulness, I think.
Diffstat (limited to 'subx/clean')
-rwxr-xr-xsubx/clean1
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/clean b/subx/clean
index cbcf326f..2878ea58 100755
--- a/subx/clean
+++ b/subx/clean
@@ -5,5 +5,4 @@ set -v
 rm -rf subx.cc subx_bin* *_list
 test $# -gt 0 && exit 0  # convenience: 'clean top-level' to leave subsidiary tools alone
 rm -rf ../enumerate/enumerate ../tangle/tangle ../tangle/*_list ../*/*.dSYM
-rm -rf teensy/*.o
 rm -rf .until