Unverified Commit 23ef3da0 authored by 程序猿MT's avatar 程序猿MT Committed by GitHub
Browse files

Remove redundant entry in Makefile

parent e83f0ee3
.PHONY: wire build build-embed test-unit test-integration test-e2e test-cover-integration clean-coverage .PHONY: wire build build-embed test-unit test-integration test-e2e test-cover-integration
wire: wire:
@echo "生成 Wire 代码..." @echo "生成 Wire 代码..."
...@@ -38,4 +38,4 @@ clean-coverage: ...@@ -38,4 +38,4 @@ clean-coverage:
clean: clean-coverage clean: clean-coverage
@rm -rf bin/ @rm -rf bin/
@echo "构建产物已清理" @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