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