From dca8874f1a112175aee89222b6bfd4d9fe7774f0 Mon Sep 17 00:00:00 2001 From: rogeecn Date: Fri, 21 Mar 2025 14:34:41 +0800 Subject: [PATCH] fix: issues --- templates/project/Makefile.raw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/project/Makefile.raw b/templates/project/Makefile.raw index b302d3f..ce1fed2 100755 --- a/templates/project/Makefile.raw +++ b/templates/project/Makefile.raw @@ -35,7 +35,7 @@ tools: go get go.ipao.vip/atom .PHONY: init -init: +init: tools @atomctl swag init @atomctl gen route @atomctl gen enum