1 2 3 4 5 6 7 8 9 10 11 12 13 | #!/bin/bash if [ $# -eq 1 ] then rm -f 3rdParty/glucose-3.0/core/*.o* rm -f 3rdParty/glucose-3.0/core/lib* rm -f 3rdParty/glucose-3.0/core/depend.mk rm -f 3rdParty/glucose-3.0/utils/*.o* rm -rf 3rdParty/kahypar/build fi rm -rf build/ rm -f gmon.out |