[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: how to build a project when Makefile is in subdirectory?

simple one, this may work.

all:
          ./$(YOUSUBDIR)/make all

Make sure there is a tab, not spaces before command