summaryrefslogtreecommitdiff
path: root/tools/asm_processor
diff options
context:
space:
mode:
Diffstat (limited to 'tools/asm_processor')
-rwxr-xr-xtools/asm_processor/compile.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/asm_processor/compile.sh b/tools/asm_processor/compile.sh
index e10c9334..feef7fc9 100755
--- a/tools/asm_processor/compile.sh
+++ b/tools/asm_processor/compile.sh
@@ -25,3 +25,6 @@ arm-none-eabi-objcopy --remove-section .comment "$PADDED_OBJ" "$OBJ"
rm "$PADDED_SRC"
rm "$PADDED_OBJ"
rm "$PRELUDE"
+rm output.txt
+rm asm_processor_temp.s
+rm asm_processor_temp.o