object web, etc
[cilux] / bin / make.sh
1 #!/bin/sh
2
3 pkill cilux
4 make clean linux 2>&1 | tee out.log
5 egrep -i warn out.log
6