mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
12 lines
217 B
Makefile
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
|