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

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