mirror of
https://github.com/appelmar/gdalcubes.git
synced 2025-07-26 20:04:30 +02:00
5 lines
No EOL
146 B
Bash
Executable file
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 |