Adding dist to Makefiley
Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -14,7 +14,7 @@ PACKAGES=$(shell go list ./... | grep -v /vendor/) | |||||||
| INTEGRATION_PACKAGE=${PROJECT_ROOT}/integration | INTEGRATION_PACKAGE=${PROJECT_ROOT}/integration | ||||||
|  |  | ||||||
| # Project binaries. | # Project binaries. | ||||||
| COMMANDS=ctr containerd containerd-shim protoc-gen-gogoctrd | COMMANDS=ctr containerd containerd-shim protoc-gen-gogoctrd dist | ||||||
| BINARIES=$(addprefix bin/,$(COMMANDS)) | BINARIES=$(addprefix bin/,$(COMMANDS)) | ||||||
|  |  | ||||||
| # TODO(stevvooe): This will set version from git tag, but overrides major, | # TODO(stevvooe): This will set version from git tag, but overrides major, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kunal Kushwaha
					Kunal Kushwaha