Drop superfluous dependencies in top-level Makefile.
This commit is contained in:
parent
e385c05a80
commit
ed65647c78
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -60,11 +60,11 @@ controllers:
|
|||
make -C controllers/nginx build
|
||||
|
||||
.PHONY: docker-build
|
||||
docker-build: controllers
|
||||
docker-build:
|
||||
make -C controllers/nginx container
|
||||
|
||||
.PHONY: docker-push
|
||||
docker-push: docker-build
|
||||
docker-push:
|
||||
make -C controllers/nginx push
|
||||
|
||||
.PHONY: ginkgo
|
||||
|
|
Loading…
Reference in a new issue