repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FS#9638 - temp_cue is unused and wasting memory.
[kugel-rb.git]
/
tools
/
checkwps
/
buildall.sh
blob
23fc7ff7f4ab16a989890ae7d12d4dd613a833d5
1
#!/bin/sh
2
cat
targets.txt |
(
3
while
read
target model
4
do
5
rm
-f
checkwps.
$model
6
make
MODEL
=
$model
TARGET
=
$target
checkwps
7
done
8
)