From 0341e8da9f01714d005c5c6eef6faa6e5df3e362 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 18 May 2025 20:44:21 +0900 Subject: remove tmp files left behind during masm generation --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index eec551c..07403b0 100755 --- a/update.sh +++ b/update.sh @@ -210,6 +210,7 @@ gen_asm_stdout() { EOF if [ $1 = "masm" ]; then fixup_masm crypto/$3.tmp crypto/$3 + rm crypto/$3.tmp else $MV crypto/$3.tmp crypto/$3 fi @@ -238,6 +239,7 @@ gen_asm() { EOF if [ $1 = "masm" ]; then fixup_masm crypto/$3.tmp crypto/$3 + rm crypto/$3.tmp else $MV crypto/$3.tmp crypto/$3 fi -- cgit v1.2.3-55-g6feb