mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-12 21:20:55 +00:00
5 lines
154 B
Bash
Executable File
5 lines
154 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
make distclean > /dev/null 2>&1 || true
|
|
rm -rf Makefile configure *.in config.status config.log aclocal.m4 build-conf autom4te.cache
|