diff --git a/Makefile b/Makefile index db44f38..16dcc0f 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ coverage: ## Creates coverage report for all projects @go tool cover -html="$(OUTDIR)/$@/coverage.out" -o "$(OUTDIR)/$@/coverage.html" .PHONY: e2e -e2e: +e2e: ## Runt he e2e tests @$(MAKE) -C e2e e2e diff --git a/config/Makefile b/config/Makefile index 75d1002..cd7d4ca 100644 --- a/config/Makefile +++ b/config/Makefile @@ -14,8 +14,6 @@ BUF ?= github.com/bufbuild/buf/cmd/buf@v1.17.0 -default: build - PROTO_SOURCES := $(shell find . -name '*.proto') .PHONY: build