From c4cf5cfcaa570069f4f64deff26b390436e2e1c3 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 6 Apr 2024 17:27:27 +0700 Subject: Release kamusku v0.1.0 (2024-04-06) kamusku is the Go module that contains HTTP client library and program as interface to official KBBI server. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f7312d9..4090794 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,7 @@ lint: .PHONY: install install: go install ./cmd/kamusku + +.PHONY: serve-docs +serve-docs: + ciigo serve . -- cgit v1.3