Update deploy stuff
Build Clash / build (push) Failing after 33s

This commit is contained in:
2026-08-16 16:13:35 -07:00
parent f296b59642
commit e18fd4dae5
+4 -4
View File
@@ -40,10 +40,10 @@ $(DEPLOY_OUTPUT): $(SRCS)
--eval "(asdf:operate 'deploy:deploy-op :clash)" \
--eval '(uiop:quit)'
deploy-install: deploy-build
mkdir -m 0755 -p $(PREFIX)/bin $(PREFIX)/lib
cp -R bin $(PREFIX)/lib/clash
ln -sf ../lib/clash/clash $(PREFIX)/bin/clash
deploy-install: deploy-build clash.1
install -Dt "$(PREFIX)/bin" bin/clash
install -m 0644 -Dt "$(PREFIX)/lib/clash" bin/libosicat.so bin/librc.so.1
install -m 0644 -Dt "$(PREFIX)/share/man/man1/" clash.1
clean:
rm -f clash clash.md clash.1