Commit 9d1d608f authored by yangjianbo's avatar yangjianbo
Browse files

feat: 增加makefile编译脚本

parent 042d8235
.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 代码..."
...@@ -31,3 +31,7 @@ test-cover-integration: ...@@ -31,3 +31,7 @@ test-cover-integration:
clean-coverage: clean-coverage:
@rm -f coverage.out coverage.html @rm -f coverage.out coverage.html
@echo "覆盖率文件已清理" @echo "覆盖率文件已清理"
clean: clean-coverage
@rm -rf bin/
@echo "构建产物已清理"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment