mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
8 lines
58 B
Makefile
8 lines
58 B
Makefile
get:
|
|
dep ensure
|
|
|
|
build:
|
|
go build .
|
|
|
|
install:
|
|
go install
|