adding install target to Makefile

This commit is contained in:
Sam Boysel 2022-05-28 18:31:46 -07:00
parent 5b555f0cee
commit e2c67d9161
1 changed files with 3 additions and 0 deletions

View File

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