go-chart/Makefile
Will Charczuk fe512600e9 updates
2020-11-22 16:39:05 -08:00

10 lines
No EOL
98 B
Makefile

all: test
new-install:
@go get -v -u ./...
generate:
@go generate ./...
test:
@go test ./...