openethereum-node-status/Makefile

7 lines
125 B
Makefile
Raw Normal View History

2021-12-15 12:54:27 +01:00
GIN := jsoniter
BIN := node-status
.PHONY: build
build:
CGO_ENABLED=0 go build -tags=${GIN} -o ${BIN} cmd/node-status/*.go