neo-go/Makefile
2018-02-01 10:06:17 -08:00

8 lines
No EOL
106 B
Makefile

build:
@go build -o ./bin/neo-go ./cli/main.go
deps:
@glide install
test:
@go test $(glide nv) -cover