mirror of https://github.com/docker/cli.git
Merge pull request #69 from nishanttotla/fix-makefile-typo
Fix typo in docker.Makefile
This commit is contained in:
commit
ca0f9e8737
|
@ -21,7 +21,7 @@ build_linter_image:
|
||||||
# build executable using a container
|
# build executable using a container
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: build_docker_image
|
build: build_docker_image
|
||||||
@echo "WARNING: this will drop a Linux executable on your host (not a macOS of Windows one)"
|
@echo "WARNING: this will drop a Linux executable on your host (not a macOS or Windows one)"
|
||||||
@docker run --rm $(MOUNTS) $(DEV_DOCKER_IMAGE_NAME) make build
|
@docker run --rm $(MOUNTS) $(DEV_DOCKER_IMAGE_NAME) make build
|
||||||
|
|
||||||
# clean build artifacts using a container
|
# clean build artifacts using a container
|
||||||
|
|
Loading…
Reference in New Issue