From 9786f1f6c175d1a60b6bb07bce2477d2dfcbc97b Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 12 Jan 2023 01:31:38 +0800 Subject: [PATCH] chore: adjust makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c079aa1..e23fa2d3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NAME=Clash.Meta +NAME=clash.meta BINDIR=bin BRANCH=$(shell git branch --show-current) ifeq ($(BRANCH),Alpha)