1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-16 22:47:18 +08:00
Files
kubo/GNUmakefile
Steven Allen 1de768fb8f fix: require gmake
IPFS doesn't build correctly under non-GNU make implementations.
2019-08-01 12:18:56 -07:00

9 lines
109 B
Makefile

# General tools
SHELL=PATH='$(PATH)' /bin/sh
# enable second expansion
.SECONDEXPANSION:
include Rules.mk