Updating makefile to for new dist setup
diff --git a/Makefile b/Makefile index ae20dfa..7d777ce 100644 --- a/Makefile +++ b/Makefile
@@ -18,7 +18,10 @@ rm -rf ./dist bootstrap-dist: - ${GLIDE_GO_EXECUTABLE} get -u github.com/mitchellh/gox + ${GLIDE_GO_EXECUTABLE} get -u github.com/franciscocpg/gox + cd ${GOPATH}/src/github.com/franciscocpg/gox && git checkout dc50315fc7992f4fa34a4ee4bb3d60052eeb038e + cd ${GOPATH}/src/github.com/franciscocpg/gox && ${GLIDE_GO_EXECUTABLE} install + build-all: gox -verbose \