forked from cerc-io/ipld-eth-server
9 lines
109 B
Makefile
9 lines
109 B
Makefile
# General tools
|
|
|
|
SHELL=PATH='$(PATH)' /bin/sh
|
|
|
|
# enable second expansion
|
|
.SECONDEXPANSION:
|
|
|
|
include Rules.mk
|