From f296b596420a74db98e9460ebebeb17ca3424f01 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 11 Aug 2026 14:07:01 -0700 Subject: [PATCH] Update Makefile --- clash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clash/Makefile b/clash/Makefile index 58b6b93..c6e3361 100644 --- a/clash/Makefile +++ b/clash/Makefile @@ -43,7 +43,7 @@ $(DEPLOY_OUTPUT): $(SRCS) deploy-install: deploy-build mkdir -m 0755 -p $(PREFIX)/bin $(PREFIX)/lib cp -R bin $(PREFIX)/lib/clash - ln -s ../lib/clash/clash $(PREFIX)/bin/clash + ln -sf ../lib/clash/clash $(PREFIX)/bin/clash clean: rm -f clash clash.md clash.1