From 7c6531efeac197ead80125804cb81018d94b0f8a Mon Sep 17 00:00:00 2001 From: Mark Sanders Date: Thu, 7 Dec 2023 18:20:39 +0000 Subject: [PATCH] fix(evpn-gw): enable buf generate in full make Signed-off-by: Mark Sanders --- network/evpn-gw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/evpn-gw/Makefile b/network/evpn-gw/Makefile index be7c7e34..a8e1ac7f 100644 --- a/network/evpn-gw/Makefile +++ b/network/evpn-gw/Makefile @@ -3,11 +3,11 @@ # Copyright (c) 2022 Dell Inc, or its subsidiaries. # Copyright (C) 2023 Nordix Foundation. -all: buflint doc +all: buflint bufgen doc doc: rm -rf ./google - rm -rf ./v1alpha1/{autogen.md} + rm -f ./v1alpha1/autogen.md mkdir -p ./v1alpha1 # protoc doesn't include annotation and http googleapis, so we have to get them here