ipld-eth-server/vendor/github.com/ipfs/go-ipfs/Makefile
2019-12-02 13:24:46 -06:00

11 lines
187 B
Makefile

# General tools
SHELL=PATH='$(PATH)' /bin/sh
PROTOC = protoc --gogofaster_out=. --proto_path=.:$(GOPATH)/src:$(dir $@) $<
# enable second expansion
.SECONDEXPANSION:
include Rules.mk