]> Sergey Matveev's repositories - mmc.git/blob - build
internal package
[mmc.git] / build
1 #!/bin/sh -ex
2
3 prev="`pwd`"
4 for cmd in cmd/rd cmd/mmc cmd/sb cmd/ch-leave ; do
5     cd $cmd
6     go build -ldflags=-s
7     cd "$prev"
8 done