mu/subx/clean
Kartik Agaram 86d8f1f30d 4462
The teensy/ examples have outlived their usefulness, I think.
2018-07-30 20:28:36 -07:00

9 lines
237 B
Bash
Executable File

#!/bin/sh
set -e
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 .until