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

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