Revision eb59a62736ffb480ff468ffc546ddc0f285fbd2a authored by Whyrusleeping on 24 July 2018, 00:17:13 UTC, committed by GitHub on 24 July 2018, 00:17:13 UTC
2 parent s 4215653 + 5323524
Raw File
Makefile
# General tools

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

PROTOC = protoc --gogo_out=. --proto_path=.:/usr/local/opt/protobuf/include:$(dir $@) $<

# enable second expansion
.SECONDEXPANSION:

include Rules.mk
back to top