7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
rm -f aclocal.m4
|
|
rm -rf ./autom4te.cache
|
|
rm -f config.log
|
|
rm -f config.status
|
|
rm -f src/Makevars
|