summaryrefslogtreecommitdiff
path: root/mpm
diff options
context:
space:
mode:
Diffstat (limited to 'mpm')
-rwxr-xr-xmpm1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm b/mpm
index 6caa92d..4abd7df 100755
--- a/mpm
+++ b/mpm
@@ -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