Files
athens/Makefile
Brian Ketelsen c95daa79c1 docs: hugo site generator for docs endpoint (#18)
* docs: add docs endpoint with pretty template. partially fixes #17

* add docs target to makefile, modify hugo target
2018-03-01 11:20:53 -08:00

6 lines
57 B
Makefile

cli:
go build -o vgp ./cmd/cli
docs:
cd docs && hugo