mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
8 lines
No EOL
106 B
Makefile
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
|