36533f7c3f
Fixes for new geth version
9 lines
109 B
Makefile
9 lines
109 B
Makefile
# General tools
|
|
|
|
SHELL=PATH='$(PATH)' /bin/sh
|
|
|
|
# enable second expansion
|
|
.SECONDEXPANSION:
|
|
|
|
include Rules.mk
|