mirror of
https://github.com/appelmar/gdalcubes.git
synced 2025-02-22 14:54:14 +01: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 |