mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 04:41:53 +00:00
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
rm -rf Makefile
|
||
|
rm -rf configure
|
||
|
rm -rf Makefile.in
|
||
|
rm -rf config.status
|
||
|
rm -rf config.log
|
||
|
rm -rf aclocal.m4
|
||
|
rm -rf build-conf
|
||
|
rm -rf autom4te.cache
|