kubo/Makefile
Steven Allen 6b0f9f71e0 build: use protoc-gen-* from gomod
Also,

* Make it possible to override the PROTOC binary.
* Remove gx targets.
2019-06-05 10:57:43 -07:00

9 lines
109 B
Makefile

# General tools
SHELL=PATH='$(PATH)' /bin/sh
# enable second expansion
.SECONDEXPANSION:
include Rules.mk