Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
parent
425ee430a7
commit
c3b89339c9
1
Makefile
1
Makefile
|
@ -421,6 +421,7 @@ proto-gen:
|
|||
proto-swagger-gen:
|
||||
@echo "Generating Protobuf Swagger"
|
||||
@$(protoImage) sh ./scripts/protoc-swagger-gen.sh
|
||||
$(MAKE) update-swagger-docs
|
||||
|
||||
proto-format:
|
||||
@$(protoImage) find ./ -name "*.proto" -exec clang-format -i {} \;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue