I have a makefile that creates a certain executable. This executable has to be in a certain directory to be able to run, so everytime I compile and make, i have to move it manually
Is there any way to tell the makefile to also move the file to a location.
For example, "test" is the output, what is the instruction to move from /home/user/Desktop to /var/lib/asterisk
Thanks