From 388012a0e9a2a6c20ea10cfd4b9f1b57e93eb3f4 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 17 Aug 2026 16:55:40 -0700 Subject: [PATCH] Update Makefile --- clash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clash/Makefile b/clash/Makefile index db5f166..1890405 100644 --- a/clash/Makefile +++ b/clash/Makefile @@ -41,9 +41,9 @@ $(DEPLOY_OUTPUT): $(SRCS) --eval '(uiop:quit)' deploy-install: deploy-build clash.1 - install -Dt "$(PREFIX)/bin" bin/clash - install -m 0644 -Dt "$(PREFIX)/lib/clash" bin/libosicat.so bin/librt.so.1 + install -m 0644 -Dt "$(PREFIX)/lib/clash" $(DEPLOY_OUTPUT) install -m 0644 -Dt "$(PREFIX)/share/man/man1/" clash.1 + ln -sf "$(PREFIX)/lib/clash/clash" "$(PREFIX)/bin/clash" clean: rm -f clash clash.md clash.1