adding install target to Makefile

master
Sam Boysel 2 years ago
parent 5b555f0cee
commit e2c67d9161

@ -25,6 +25,9 @@ test:
go test ./...
go vet ./...
install:
go install ./cmd/...
docs: www/data/readme.json
cd www && hugo -d ../docs

Loading…
Cancel
Save