ipld-eth-server/vendor/github.com/ipfs/go-ipfs/Makefile

11 lines
187 B
Makefile
Raw Normal View History

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