repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makefile for benchmarks.
[minix.git]
/
benchmarks
/
Makefile
blob
322246d5f8146214e81d47ab53bd84cf005a3a41
1
# Makefile for the benchmarks.
2
3
all
::
4
chmod
755
run
5
6
all clean
::
7
for b in
*
bench
*;
do cd
$
$b
&& $(
MAKE
) $
@
;
done