mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
[ -e Makefile ] && make clean
|
|
rm -rf autom4te.cache configure Makefile stamp-h1
|
|
rm -rf src/Makefile src/.deps
|
|
rm -rf Makefile.in aclocal.m4 config.log config.h
|
|
rm -rf depcomp missing install-sh config.status
|
|
aclocal
|
|
autoheader
|
|
automake --gnu --add-missing -c
|
|
autoconf
|
|
rm -rf autom4te.cache config.log libtool stamp-h1*
|