mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed 'hack' rule in Makefile
This commit is contained in:
parent
4d728821e3
commit
e81ddb2dc7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ DOCKER_MAIN := $(DOCKER_DIR)/docker
|
|||
DOCKER_BIN_RELATIVE := bin/docker
|
||||
DOCKER_BIN := $(CURDIR)/$(DOCKER_BIN_RELATIVE)
|
||||
|
||||
.PHONY: all clean test
|
||||
.PHONY: all clean test hack
|
||||
|
||||
all: $(DOCKER_BIN)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue