mirror of
https://github.com/pommee/goaway.git
synced 2026-01-24 07:19:14 -06:00
8 lines
64 B
Makefile
8 lines
64 B
Makefile
.PHONY: build serve
|
|
|
|
build:
|
|
mkdocs build
|
|
|
|
serve:
|
|
mkdocs serve
|