With make install
I can copy my binaries, configs etcetera to a target folder for execution.
Now I have the following situation: we have a virtual machine setup as a build host, and a different real Linux machine as a target platform.
I would like to have make install
copy the files directly in a folder on my remote machine (via scp
or similar). How can I achieve that?