Copying folder from files using MakeFile

Viewed 20

On Linux, using Makefile, I need to move the folder with the files that lie next to the Makefile.am files after building the executable file to another folder, /usr/share how can I do this?

0 Answers
Related