Makefile 199 Bytes
Newer Older
1
# General tools
2

Jakub Sztandera's avatar
Jakub Sztandera committed
3
SHELL=PATH='$(PATH)' /bin/sh
4

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

7 8
# enable second expansion
.SECONDEXPANSION:
9

10
include Rules.mk