From 3b09ade5c18b809515af646613adcd0e03314fd8 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 27 Jul 2026 00:39:55 -0700 Subject: [PATCH] Update clash/Makefile --- clash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clash/Makefile b/clash/Makefile index f724cb6..9200edf 100644 --- a/clash/Makefile +++ b/clash/Makefile @@ -19,8 +19,8 @@ clash.1: clash.md go-md2man clash.1 install: clash clash.1 - install -D clash $(PREFIX)/bin/ - install -m0644 -D clash.1 $(PREFIX)/share/man/man1/ + install -D clash $(PREFIX)/bin/clash + install -m0644 -D clash.1 $(PREFIX)/share/man/man1/clash.1 clean: rm -f clash clash.md clash.1