Delete tempfile after assembly.

This commit is contained in:
David Tomaschik
2015-09-21 22:48:53 -07:00
parent a9ba0f73fe
commit 873354b9c0

View File

@@ -13,5 +13,6 @@ if [ -f "`command which nasm`" -a -f "`command which objdump`" ] ; then
done
done
echo
rm $TMPF
}
fi