mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 04:11:38 +00:00
10 lines
154 B
Bash
10 lines
154 B
Bash
#!/bin/bash
|
|
|
|
rm -rf Makefile
|
|
rm -rf configure
|
|
rm -rf *.in
|
|
rm -rf config.status
|
|
rm -rf config.log
|
|
rm -rf aclocal.m4
|
|
rm -rf build-conf
|
|
rm -rf autom4te.cache |