From 2a5f51ecf9cb406f1cef13ebb8e0ad13bc2c7c54 Mon Sep 17 00:00:00 2001 From: Kunal Kushwaha Date: Tue, 24 Jan 2017 13:26:19 +0900 Subject: [PATCH] Adding dist to Makefiley Signed-off-by: Kunal Kushwaha --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e57248..83bd173 100644 --- a/Makefile +++ b/Makefile @@ -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,