kubo/Makefile
Łukasz Magiera 5fae9a4aa9 plugin: add sharness tests
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-01-25 17:51:09 +01:00

12 lines
217 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 config.mk
include Rules.mk