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?