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