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
/
mp
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 'mp')
-rwxr-xr-x
mp
4
1 files changed, 3 insertions, 1 deletions
diff --git a/mp b/mp
index d8fca9c..d09f2cf 100755
--- a/
mp
+++ b/
mp
@@ -2,6 +2,8 @@
set -e
+find src -name '*.o' -delete
+
for i in info program; do
- make -B "$@" $i
+ make "$@" $i
done