/build
#! | 14 lines | 10 code | 4 blank | 0 comment | 0 complexity | 88d19c37a06dbb50caef32e236abbb5e MD5 | raw file
1# Build script generated by gb: http://go-gb.googlecode.com 2# gb provides configuration-free building and distributing 3 4echo "Build script generated by gb: http://go-gb.googlecode.com" 5if [ "$1" = "goinstall" ]; then 6echo Running goinstall \ 7 8else 9echo Building \ 10&& echo "(in .)" gomake $1 && cd . && gomake $1 && cd - > /dev/null \ 11 12fi 13 14# The makefiles above are invoked in topological dependence order