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