Add termux compatibility (Makefile)

This commit is contained in:
q3aql 2022-06-18 15:45:31 +02:00
parent 8ba28ab472
commit d9ecc77155

View File

@ -68,6 +68,10 @@ install: all
cygwin:
cp -f pwsh-vault-cli.sh /usr/bin/pwsh-vault-cli
chmod 755 /usr/bin/pwsh-vault-cli
termux:
cp -f pwsh-vault-cli.sh ${PREFIX}/bin/pwsh-vault-cli
chmod 755 ${PREFIX}/bin/pwsh-vault-cli
uninstall:
rm -f $(DESTDIR)$(PREFIX)/pwsh-vaultm\