Revision 809fc05693482e7f00fe22b1d0f3dab45a6b2c84 authored by Steven Allen on 28 October 2018, 17:20:44 UTC, committed by Steven Allen on 28 October 2018, 17:21:41 UTC
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
1 parent deadbf6
Raw File
Makefile
# General tools

SHELL=PATH='$(PATH)' /bin/sh

PROTOC = protoc --gogofaster_out=. --proto_path=.:$(GOPATH)/src:$(dir $@) $<

# enable second expansion
.SECONDEXPANSION:

include Rules.mk
back to top