Remove runner
This commit is contained in:
parent
861cdd0e72
commit
113fed4ae1
3
Makefile
3
Makefile
@ -15,7 +15,8 @@ run:
|
|||||||
-semihosting
|
-semihosting
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.o *.a *.elf
|
rm -rf *.o *.a *.elf *.bin
|
||||||
|
rm -rf runner
|
||||||
|
|
||||||
proper: clean
|
proper: clean
|
||||||
cd runtime_mps2 && cmake --build --preset an386 --target clean
|
cd runtime_mps2 && cmake --build --preset an386 --target clean
|
Loading…
Reference in New Issue
Block a user