Makefile: fix circular reference for integration-dind

Noticed this warning;

    make: Circular integration-dind <- integration-dind dependency dropped.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-10-27 16:59:28 +01:00
parent fba6ffe297
commit d9f9b965b2
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 0 additions and 3 deletions

View File

@ -76,9 +76,6 @@ integration-test: build
setup-network:
docker network inspect dpy-tests || docker network create dpy-tests
.PHONY: integration-dind
integration-dind: integration-dind
.PHONY: integration-dind
integration-dind: build setup-network
docker rm -vf dpy-dind || :