kubo/Makefile
Jakub Sztandera 1d3e039367
make: fix PATH escaping
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-12 10:26:39 +01:00

11 lines
199 B
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