mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-04 00:10:15 +00:00
Merge pull request #640 from justincormack/makefile-dep
Add dependency to Makefile for Docker
This commit is contained in:
commit
4c3d289cd1
@ -24,9 +24,9 @@ endif
|
|||||||
.PHONY: download hub cleanusr
|
.PHONY: download hub cleanusr
|
||||||
|
|
||||||
ifeq ($(DOCKER_BIN_URL)$(FORCE_CURL)$(RELEASE_CANDIDATE),)
|
ifeq ($(DOCKER_BIN_URL)$(FORCE_CURL)$(RELEASE_CANDIDATE),)
|
||||||
usr/bin/docker: hub
|
usr/bin/docker: Makefile hub
|
||||||
else
|
else
|
||||||
usr/bin/docker: download
|
usr/bin/docker: Makefile download
|
||||||
endif
|
endif
|
||||||
|
|
||||||
cleanusr:
|
cleanusr:
|
||||||
|
Loading…
Reference in New Issue
Block a user