diff --git a/Makefile b/Makefile index 31555d1..f7422d9 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file diff --git a/runner b/runner deleted file mode 100644 index 5a04b0e..0000000 Binary files a/runner and /dev/null differ