Codebase list golang-github-hashicorp-go-raftchunking / 3d1aaf96-a85b-4bbe-af07-8b4f706e4905/upstream Makefile
3d1aaf96-a85b-4bbe-af07-8b4f706e4905/upstream

Tree @3d1aaf96-a85b-4bbe-af07-8b4f706e4905/upstream (Download .tar.gz)

Makefile @3d1aaf96-a85b-4bbe-af07-8b4f706e4905/upstreamraw · 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