mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
94c73d0c92
* Initial chunk support This uses the go-raft-middleware library to allow for chunked commits to the KV
7 lines
204 B
Makefile
7 lines
204 B
Makefile
# Determine this makefile's path.
|
|
# Be sure to place this BEFORE `include` directives, if any.
|
|
THIS_FILE := $(lastword $(MAKEFILE_LIST))
|
|
|
|
proto:
|
|
protoc --go_out=paths=source_relative:. types/types.proto
|