Remove runner

This commit is contained in:
Kris Kwiatkowski 2025-02-17 09:11:13 +00:00
parent 861cdd0e72
commit 113fed4ae1
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ run:
-semihosting
clean:
rm -rf *.o *.a *.elf
rm -rf *.o *.a *.elf *.bin
rm -rf runner
proper: clean
cd runtime_mps2 && cmake --build --preset an386 --target clean

BIN
runner

Binary file not shown.