summaryrefslogtreecommitdiff
path: root/mp
diff options
context:
space:
mode:
Diffstat (limited to 'mp')
-rwxr-xr-xmp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp b/mp
index 60f98b5..703dcb0 100755
--- a/mp
+++ b/mp
@@ -7,6 +7,7 @@
set -e
find src -name '*.o' -delete
+find src -name '*.obj' -delete
rm -f build/system.elf
for i in info program; do