openethereum-node-status/Makefile
2021-12-15 14:54:27 +03:00

7 lines
125 B
Makefile

GIN := jsoniter
BIN := node-status
.PHONY: build
build:
CGO_ENABLED=0 go build -tags=${GIN} -o ${BIN} cmd/node-status/*.go