Clean parallel builds too

This commit is contained in:
Willem Toorop 2017-10-17 13:32:56 +02:00
parent 11e4635f2b
commit ee4feb0cc6
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
export SRCDIR=`dirname $0` export SRCDIR=`dirname $0`
( cd $SRCDIR ( cd $SRCDIR
./tpkg clean ./tpkg clean
rm -fr build build-stub-only build-event-loops build-static-analysis install scan-build-reports .tpkg.var.master *.info rm -fr build build-stub-only build-event-loops build-static-analysis install scan-build-reports .tpkg.var.master *.info Makefile
) )