mirror of
https://github.com/docker/compose.git
synced 2026-08-31 06:49:15 +00:00
Add base cli and connection logic
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
be8e73292c
commit
37591c714b
5 changed files with 232 additions and 21 deletions
7
Makefile
7
Makefile
|
|
@ -29,7 +29,10 @@ GOOS ?= $(shell go env GOOS)
|
|||
|
||||
export GO111MODULE=off
|
||||
|
||||
all: protos
|
||||
all: protos example cli
|
||||
|
||||
cli:
|
||||
cd cmd && go build -v -o ../bin/docker
|
||||
|
||||
protos:
|
||||
@protobuild --quiet ${PACKAGES}
|
||||
|
|
@ -39,4 +42,4 @@ example:
|
|||
|
||||
FORCE:
|
||||
|
||||
.PHONY: protos example
|
||||
.PHONY: protos example cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue