Updated cleanup script for complete cleanup after build

This commit is contained in:
Mayank Gupta 2017-03-22 11:16:26 +05:30
parent 5342b83345
commit 23e6e44073

View File

@ -1,10 +1,4 @@
#!/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
make distclean > /dev/null 2>&1 || true
rm -rf Makefile configure *.in config.status config.log aclocal.m4 build-conf autom4te.cache