diff --git a/build b/build index 2362c4b..4c360c3 100755 --- a/build +++ b/build @@ -13,5 +13,8 @@ export GOPATH=${PWD}/gopath eval $(go env) -echo "Building rkt..." +echo "Building rkt (stage0)..." go build -o $GOBIN/rkt ${REPO_PATH}/rkt + +echo "Building stage1..." +go build -o $GOBIN/stage1 ${REPO_PATH}/scf