From d73caeb37b67bb7919ad4e3c25111d648dfb7671 Mon Sep 17 00:00:00 2001 From: Yaossg Date: Fri, 15 Nov 2024 23:04:33 +0800 Subject: [PATCH] rm boot-all after build --- boot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.sh b/boot.sh index 1a395f5..91909ec 100644 --- a/boot.sh +++ b/boot.sh @@ -9,3 +9,4 @@ qemu-riscv64 boot2.out < boot-all.c > boot3.s && cmp --silent boot1.s boot2.s && echo "boot1.s == boot2.s" || echo "boot1.s != boot2.s" cmp --silent boot2.s boot3.s && echo "boot2.s == boot3.s" || echo "boot2.s != boot3.s" cmp --silent boot1.s boot3.s && echo "boot1.s == boot3.s" || echo "boot1.s != boot3.s" +rm boot-all.c