eth-statediff-compliance/Makefile

9 lines
266 B
Makefile
Raw Normal View History

# Note: Top-level package code is shared, but commands are in separate modules to prevent
# go-ethereum import conflicts
dumpdiff.plugeth:
cd dumpdiff-plugeth && go build -tags plugeth -o ../$@ .
dumpdiff.geth:
cd dumpdiff-geth && go build -tags geth -o ../$@ .