blob: 8028c3a5c22b43a41e3e22e977efe66260c3e20b [file] [log] [blame]
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
if [ -r Makefile ]; then
make distclean
fi
FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
config.status config.sub configure cscope.out depcomp install-sh \
libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \
Makefile.in missing src/Makefile src/Makefile.in"
rm -vRf $FILES