Remove redundant entry in Makefile

This commit is contained in:
程序猿MT
2025-12-30 10:09:29 +08:00
committed by GitHub
parent e83f0ee307
commit 23ef3da0f4

View File

@@ -1,4 +1,4 @@
.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:
@echo "生成 Wire 代码..."
@@ -38,4 +38,4 @@ clean-coverage:
clean: clean-coverage
@rm -rf bin/
@echo "构建产物已清理"
@echo "构建产物已清理"