Skip to content

Commit

Permalink
fix(evpn-gw): enable buf generate in full make
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
  • Loading branch information
sandersms authored and artek-koltun committed Dec 12, 2023
1 parent 3ed46a1 commit 7c6531e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/evpn-gw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c6531e

Please sign in to comment.