build: add stage1

This commit is contained in:
Jonathan Boulle
2014-11-13 22:09:06 -08:00
parent ec3f10e17f
commit 5b8ed9e617
+4 -1
View File
@@ -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