diff --git a/site/Makefile b/site/Makefile index 77c7b22..8d3abbc 100644 --- a/site/Makefile +++ b/site/Makefile @@ -1,4 +1,4 @@ -.PHONY: all +.PHONY: all serve-www serve-gemini all: gmid.1.html gmid.1.txt @@ -7,3 +7,9 @@ gmid.1.html: ../gmid.1 gmid.1.txt: ../gmid.1 MANWIDTH=72 man -Tutf8 -l $? | col -b > $@ + +serve-www: + python3 -m http.server 8888 + +serve-gemini: + gmid -p 1966 .