[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?
|
- From: guyen000@xxxxxxxxx (Guyen)
- Date: Wed, 6 Jun 2007 19:37:08 +0000 (UTC)
- Newsgroups: eclipse.tools.cdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
simple one, this may work.
all:
./$(YOUSUBDIR)/make all
Make sure there is a tab, not spaces before command