mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-16 22:47:18 +08:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
# General tools
|
|
|
|
SHELL=PATH='$(PATH)' /bin/sh
|
|
|
|
# enable second expansion
|
|
.SECONDEXPANSION:
|
|
|
|
include Rules.mk
|