Skip to content
Snippets Groups Projects
Commit 949ff6a5 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

mp(m): remove build/system.elf before running make, just to be safe

parent 9877c448
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
set -e
find src -name '*.o' -delete
rm -f build/system.elf
for i in info program; do
make "$@" $i
......
......@@ -3,6 +3,7 @@
set -e
find src -name '*.o' -delete
rm -f build/system.elf
for i in info program monitor; do
make "$@" $i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment