blacknon/lssh

Makefile error

thebigbone opened this issue · 1 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.