1
0
Fork 0
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:
Solomon Hykes 2013-04-19 12:55:17 -07:00
parent 4d728821e3
commit e81ddb2dc7

View file

@ -26,7 +26,7 @@ DOCKER_MAIN := $(DOCKER_DIR)/docker
DOCKER_BIN_RELATIVE := bin/docker DOCKER_BIN_RELATIVE := bin/docker
DOCKER_BIN := $(CURDIR)/$(DOCKER_BIN_RELATIVE) DOCKER_BIN := $(CURDIR)/$(DOCKER_BIN_RELATIVE)
.PHONY: all clean test .PHONY: all clean test hack
all: $(DOCKER_BIN) all: $(DOCKER_BIN)