aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3699644..cc311e5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,7 @@ test:
CGO_ENABLED=1 go test -failfast -timeout=1m -race \
-coverprofile=$(COVER_OUT) ./...
go tool cover -html=$(COVER_OUT) -o $(COVER_HTML)
+
+.PHONY: doc.serve
+doc.serve:
+ ciigo serve .