diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 . |
