aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddb178b..b244201 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,7 @@
## SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info>
## SPDX-License-Identifier: GPL-3.0-or-later
-.PHONY: all build install
-
+.PHONY: all build test lint install serve-doc
all: install
build:
@@ -16,3 +15,6 @@ lint:
install: build test lint
go install -v ./cmd/haminer
+
+serve-doc:
+ ciigo serve _doc