I'm using makefiles. I have /src, /include, /res and a makefile. The build directory is passed to make. Some of the binaries need resource files stored in /res. One way to access the resources is to tell the makefile to copy /res into the build directory. Is there a more conventional way to do this?I'm using makefiles. I have /src, /include, /re