Codebase list golang-github-hashicorp-go-raftchunking / 058457e8-8004-40c4-bd30-a3b5760c36c2/main Makefile
058457e8-8004-40c4-bd30-a3b5760c36c2/main

Tree @058457e8-8004-40c4-bd30-a3b5760c36c2/main (Download .tar.gz)

Makefile @058457e8-8004-40c4-bd30-a3b5760c36c2/mainraw · 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