Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes...
[kugel-rb.git] / utils / wpseditor / libwps / buildall.sh
blob60677d22b6009725029daa4efb8b55d6ce1d7536
1 #!/bin/sh
2 cat targets.txt | (
3 while read target model
4 do
5 make MODEL=$model TARGET=$target build
6 done