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