From 9bf9b4aab6f90a10b1fb10d5710df4294759421d Mon Sep 17 00:00:00 2001 From: j8takagi Date: Fri, 19 Jun 2026 09:55:22 +0900 Subject: [PATCH] =?utf8?q?Makefile=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 442c759..6612a8b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: release docbase docall gitpush gittag clean distclean -release: +release: docbase gitpush docbase: $(MAKE) -C doc base -- 2.47.3