about summary refs log blame commit diff stats
path: root/subx/clean
blob: 2878ea583f8c51db74b46faa816a0bce81c6f880 (plain) (tree)
248e78
#!/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