I have some c# projects and a generic project, the generic project has some C/C++ files and a Makefile. I need to make sure the generic project will always be built last since it will copy the assemblies built by the c# project. Can I do that without writing a custom makefile?