Codebase list golang-github-hashicorp-go-raftchunking / upstream/0.6.2+git20191002.1.7e9e852+ds Makefile
upstream/0.6.2+git20191002.1.7e9e852+ds

Tree @upstream/0.6.2+git20191002.1.7e9e852+ds (Download .tar.gz)

Makefile @upstream/0.6.2+git20191002.1.7e9e852+dsraw · history · blame

1
2
3
4
5
6
# 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