blacknon / lssh

List selection type ssh/scp/sftp client command. Supports single connection and parallel connection. Local bashrc can also be used without placing it on a remote machine. Written in Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile error

thebigbone opened this issue · comments

Under the install in Makefile, the command which removes the previous version of lssh, lscp and lsftp fails because they do not exist.

image

I was able to fix it by using ifdef condition which will only remove the files if they do exist and therefore doesn't exit which leads to a fail installation.

Oh, thank you.
I hadn't noticed that, fixed the Makefile in master branch.