+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user