summaryrefslogtreecommitdiff
path: root/scripts/clean-all
blob: 34071deb3e27e424fd82f8d3354419653bd0c8d3 (plain)
1
2
3
4
5
6
#!/bin/bash
find .. -name "*flymake*" -exec rm -f {} \;
./cleanfile ../hkl.h ../hkl/*.[ch] ../tests/*.[ch] ../tests/tap/*.[ch] ../gui/*.[ch]
./indent ../hkl.h ../hkl/*.[ch] ../tests/*.[ch] ../tests/tap/*.[ch] ../gui/*.[ch]
./indent-c++ ../hkl3d/*.cpp ../hkl3d/*.h
find .. -name "*flymake*" -exec rm -f {} \;