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