Merge pull request #464 from kunalkushwaha/dist-makefile

Adding dist to Makefile
This commit is contained in:
Stephen Day 2017-01-24 10:36:36 -08:00 committed by GitHub
commit 69d0323fa3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ PACKAGES=$(shell go list ./... | grep -v /vendor/)
INTEGRATION_PACKAGE=${PROJECT_ROOT}/integration
# Project binaries.
COMMANDS=ctr containerd containerd-shim protoc-gen-gogoctrd
COMMANDS=ctr containerd containerd-shim protoc-gen-gogoctrd dist
BINARIES=$(addprefix bin/,$(COMMANDS))
# TODO(stevvooe): This will set version from git tag, but overrides major,