From b2b531449695e10855608c8a93f7aa3a80728ad7 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 d1c07ac73..90ff44cdd 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 || :