From d9f9b965b2f72a8925f97f7efc9a02348aa0c39f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 27 Oct 2024 16:59:28 +0100 Subject: [PATCH] Makefile: fix circular reference for integration-dind Noticed this warning; make: Circular integration-dind <- integration-dind dependency dropped. Signed-off-by: Sebastiaan van Stijn --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 7af4e7d6b..79aa15e2e 100644 --- a/Makefile +++ b/Makefile @@ -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 || :