about summary refs log blame commit diff stats
path: root/subx/clean
blob: 18641a3b2b9d2ee8f9633dd1772cc089937ff0c3 (plain) (tree)
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 teensy/*.o