From 4ec7c19e1567f322b1622ad506290e8eb7a4956d Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Sun, 25 Oct 2020 17:52:28 +0100
Subject: Some fixes :)

---
 run | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'run')

diff --git a/run b/run
index b18a550..cc5c405 100755
--- a/run
+++ b/run
@@ -244,8 +244,10 @@ elif [ "${mode}" = "again" ]; then
     make_test
 elif [ "${mode}" = "disasm" ]; then
     make_cross
+    make_clean
     make_build
     make_disasm
+    make_clean
 elif [ "${mode}" = "sync" ]; then
     make_sync
 elif [ "${mode}" = "disk" ]; then
-- 
cgit v1.2.3