From bc6e8561790933f248db3eac665ef4fb779698d8 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Mon, 23 Sep 2024 11:29:38 -0600 Subject: [PATCH] Removed plugins rule that have binaries rule --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6b63ac2..2c18932 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,11 @@ $(prog): $(sources) go build --tags=all -o $(prog) .PHONY: container -container: binaries plugins +container: binaries $(DOCKER) build . --build-arg --no-cache --pull --tag '$(prog):$(git_tag)-dirty' .PHONY: container-testing -container-testing: binaries plugins +container-testing: binaries $(DOCKER) build . --tag $(prog):testing # build all of the generators into plugins