From 4496bd7acc50839756a6fc2b067c58d35068c889 Mon Sep 17 00:00:00 2001 From: Ignasi Barrera Date: Fri, 9 Feb 2024 17:14:00 +0100 Subject: [PATCH] Minor makefile tweak --- Makefile | 2 +- config/Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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