index
:
multipass
'🏳️⚧️'
main
merge-prep/lennart
protocol-modeling
protocol-modeling-netsys
state-duration-timers
HAL / Library OS for a bunch of embedded platforms
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpm
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'mpm')
-rwxr-xr-x
mpm
4
1 files changed, 3 insertions, 1 deletions
diff --git a/mpm b/mpm
index 95b6e0e..6caa92d 100755
--- a/
mpm
+++ b/
mpm
@@ -2,6 +2,8 @@
set -e
+find src -name '*.o' -delete
+
for i in info program monitor; do
- make -B "$@" $i
+ make "$@" $i
done