Skip to content

Commit

Permalink
fix(opinetcommon): run bufgen in all make target
Browse files Browse the repository at this point in the history
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
  • Loading branch information
artek-koltun authored and sandersms committed Dec 11, 2023
1 parent 2382938 commit 23c8544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/opinetcommon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2022 Intel Corporation
# Copyright (c) 2022 Dell Inc, or its subsidiaries.

all: buflint doc
all: buflint bufgen doc

buflint:
docker run --rm -v "${PWD}/../../common/v1":/common -v "${PWD}":/out -w /out bufbuild/buf lint
Expand Down

0 comments on commit 23c8544

Please sign in to comment.