Cleaner solution to plugin-included core files.
[kugel-rb.git] / tools / checkwps / buildall.sh
blob23fc7ff7f4ab16a989890ae7d12d4dd613a833d5
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