Codebase list golang-github-hashicorp-go-raftchunking / 2032f7ef-5d37-4782-be1b-6ce50a8449f9/upstream/0.6.2+git20191002.2.7e9e852+ds Makefile
2032f7ef-5d37-4782-be1b-6ce50a8449f9/upstream/0.6.2+git20191002.2.7e9e852+ds

Tree @2032f7ef-5d37-4782-be1b-6ce50a8449f9/upstream/0.6.2+git20191002.2.7e9e852+ds (Download .tar.gz)

Makefile @2032f7ef-5d37-4782-be1b-6ce50a8449f9/upstream/0.6.2+git20191002.2.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