From 7d6991dd65e1fe7bce4fc14f5092b4bb345e154d Mon Sep 17 00:00:00 2001 From: metacubex 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)