mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Adding clean to beginning of all for cleaner builds.
Upstream-commit: 6316b995564f1ffcd614402489ed4b929ac26f74 Component: engine
This commit is contained in:
@@ -14,7 +14,7 @@ TMPDIR=$(shell mktemp -d -t XXXXXX)
|
||||
|
||||
|
||||
# Build a debian source package
|
||||
all: build_in_deb
|
||||
all: clean build_in_deb
|
||||
|
||||
build_in_deb:
|
||||
echo "GOPATH = " $(ROOT_PATH)
|
||||
|
||||
Reference in New Issue
Block a user