rm boot-all after build

This commit is contained in:
Yaossg 2024-11-15 23:04:33 +08:00
parent 9c064f3c1c
commit d73caeb37b

View File

@ -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