Files
gocryptotrader/Makefile
2018-02-01 21:15:06 +01:00

8 lines
58 B
Makefile

get:
dep ensure
build:
go build .
install:
go install