Makefile: Add target to serve gh-pages with python

This commit is contained in:
James Reed 2020-08-05 14:48:37 -06:00
parent 041f8fd4c9
commit 0f9dc85b09
No known key found for this signature in database
GPG Key ID: 0BE2BD33C5E8125E
1 changed files with 4 additions and 1 deletions

View File

@ -9,4 +9,7 @@ gh-pages:
ldoc: gh-pages
ldoc . -d gh-pages
.PHONY: rock ldoc
serve: gh-pages
python -m http.server --directory gh-pages
.PHONY: rock ldoc serve