go-chart/Makefile

10 lines
110 B
Makefile
Raw Normal View History

all: new-install test
2018-10-12 12:23:30 -04:00
new-install:
@go get -v -u ./...
2019-09-10 00:02:48 -04:00
generate:
@go generate ./...
2016-07-23 01:43:27 -04:00
test:
@go test ./...