X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2FMakefile;h=022459cf03d56ba95fd7bb093e3f235c7d379742;hb=47a793f33ec1a7a15763ef8ce992a8ec7a7aaea5;hp=e51c1d188734f417512865de6540e8480af4bbae;hpb=656afe78031c0cde1b4d6ccab6295640e098ac7e;p=akkoma diff --git a/docs/Makefile b/docs/Makefile index e51c1d188..022459cf0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,3 +5,5 @@ install: pipenv install clean: rm -rf site +serve: + pipenv run python3 -m http.server -d site