9 lines
266 B
Makefile
9 lines
266 B
Makefile
# 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 ../$@ .
|