Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
9d1d608f
"backend/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "f6fd7c83e3c43a3f292d3090b87308454b577640"
Commit
9d1d608f
authored
Dec 29, 2025
by
yangjianbo
Browse files
feat: 增加makefile编译脚本
parent
042d8235
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/Makefile
View file @
9d1d608f
.PHONY
:
wire build build-embed test-unit test-integration test-cover-integration clean-coverage
.PHONY
:
wire build build-embed test-unit test-integration test-cover-integration clean-coverage
clean
wire
:
wire
:
@
echo
"生成 Wire 代码..."
@
echo
"生成 Wire 代码..."
...
@@ -30,4 +30,8 @@ test-cover-integration:
...
@@ -30,4 +30,8 @@ test-cover-integration:
clean-coverage
:
clean-coverage
:
@
rm
-f
coverage.out coverage.html
@
rm
-f
coverage.out coverage.html
@
echo
"覆盖率文件已清理"
@
echo
"覆盖率文件已清理"
\ No newline at end of file
clean
:
clean-coverage
@
rm
-rf
bin/
@
echo
"构建产物已清理"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment