about summary refs log tree commit diff stats
path: root/subx/clean
blob: 39593221c850f67789b5abc3ec8054ff33629b1c (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

set -v
rm -rf subx.cc subx *_list subx.core *.dSYM
test $# -gt 0 && exit 0  # convenience: 'clean top-level' to leave subsidiary tools alone
rm -rf ../enumerate/enumerate ../tangle/tangle ../tangle/*_list ../*/*.dSYM