mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 04:41:53 +00:00
5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
make distclean > /dev/null 2>&1 || true
|
||
|
rm -rf Makefile configure *.in config.status config.log aclocal.m4 build-conf autom4te.cache
|