| [news.eclipse.tools.cdt] Re: how to build a project when Makefile is in subdirectory? |
Either:
- change the make command in Eclipse to make -C subdirectory - add a makefile in the project root that invokes make in the subdirectory -- Derek
Hello everyone,
I'm kind of new to Eclipse and I am facing a problem with a project that I imported from my CVS repository as a standard make c++ project (as the tutorial explained). The project has a Makefile that I created, but it is not in the root directory but on the src/ subdirectory. Now, when I try to build the project, nothing happens of course because there is no Makefile in the root directory. Is there a way to tell Eclipse to run make in a subdirectory?
Thanks for your help.
a^2