mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-12 15:37:35 +02:00
doing a final make cleaner after the build tests (that always trips me up)
This commit is contained in:
parent
865fdbc676
commit
cafcad3ca4
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ for opts in $(cat ${BUILDDIR}/build-opts.txt); do
|
|||
fi
|
||||
i=$((i+1))
|
||||
done
|
||||
$MAKE cleaner 2>&1 >/dev/null
|
||||
|
||||
if [ $FAILURES = 0 ]; then
|
||||
echo "build-tests: all tests passed"
|
||||
|
|
Loading…
Add table
Reference in a new issue