Update Makefile
Build Clash / build (push) Failing after 1m0s

This commit is contained in:
2026-08-17 17:03:48 -07:00
parent 388012a0e9
commit 1a725598bf
+4 -2
View File
@@ -41,9 +41,11 @@ $(DEPLOY_OUTPUT): $(SRCS)
--eval '(uiop:quit)' --eval '(uiop:quit)'
deploy-install: deploy-build clash.1 deploy-install: deploy-build clash.1
install -m 0644 -Dt "$(PREFIX)/lib/clash" $(DEPLOY_OUTPUT) mkdir -p "$(PREFIX)/lib/clash/"
install -m 0644 -Dt "$(PREFIX)/share/man/man1/" clash.1 cp $(DEPLOY_OUTPUT) "$(PREFIX)/bin/clash/"
ln -sf "$(PREFIX)/lib/clash/clash" "$(PREFIX)/bin/clash" ln -sf "$(PREFIX)/lib/clash/clash" "$(PREFIX)/bin/clash"
mkdir -p "$(PREFIX)/share/man/man1/"
cp clash.1 "$(PREFIX)/share/man/man1/"
clean: clean:
rm -f clash clash.md clash.1 rm -f clash clash.md clash.1