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