Update danio_gcc.sh

This commit is contained in:
Daniel
2019-05-12 22:44:25 +02:00
committed by GitHub
parent 36b1dc02ea
commit f2481dbbe1
+3
View File
@@ -121,3 +121,6 @@ if ! strip_n_pack ${2}; then
echo "STAGE=${TARGET} MSG='at \"strip_n_pack ${2}\" section'" >.error
exit 1
fi
if [ ! -z "${clean}" ]; then
rm -rf build-*
fi