Codebase list golang-github-hashicorp-go-raftchunking / 2c79b622-1d47-4982-8208-aa18806a203c/main Makefile
2c79b622-1d47-4982-8208-aa18806a203c/main

Tree @2c79b622-1d47-4982-8208-aa18806a203c/main (Download .tar.gz)

Makefile @2c79b622-1d47-4982-8208-aa18806a203c/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