gdalcubes/cleanup

5 lines
No EOL
146 B
Bash
Executable file

#!/bin/sh
find . -type f -name "*.o" -delete
find . -type f -name "*.so" -delete
rm -f src/Makevars config.status config.log
rm -rf autom4te.cache