fix a segfault in the gui
[hkl.git] / scripts / clean-all
blob7cb1120237bcdf3e7ff23e178ad8155619ffa61c
1 #!/bin/bash
2 find .. -name "*flymake*" -exec rm -f {} \;
3 ./cleanfile ../hkl/*.[ch] ../test/*.[ch] ../test/tap/*.[ch] ../gui/*.cpp ../gui/*.h
4 ./indent ../hkl/*.[ch] ../test/*.[ch]../test/tap/*.[ch]
5 ./indent-c++ ../gui/*.cpp ../gui/*.h
6 find .. -name "*flymake*" -exec rm -f {} \;