about summary refs log tree commit diff stats
path: root/subx/clean
blob: 2878ea583f8c51db74b46faa816a0bce81c6f880 (plain) (blame)
1
2
3
4
5
6
7
8
#!/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