From 7d7ce532aeb703ceb4bccafe2f6708bfd14f0da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Thu, 4 Jul 2024 17:48:57 +0800 Subject: [PATCH] =?UTF-8?q?plugin=20=E5=A2=9E=E5=8A=A0=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=8Cdelete=20more=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 0 plugins/Makefile | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index e69de29..0000000 diff --git a/plugins/Makefile b/plugins/Makefile index fa5d692..b24cc10 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -4,4 +4,8 @@ build: .PHONY: zltx zltx: - make build name=zltx \ No newline at end of file + make build name=zltx + +.PHONY: union_pay +union_pay: + make build name=union_pay \ No newline at end of file