View Single Post
TechCake
18Mar2008,12:17  
asadullah.ansari's Avatar
If you are using gmake commmand for your project

then use

gmake -f MakeFileName -target

example: suppose target is all.stub
and MakeFileName is Makefile.TelProject

command will be
gmake -f Makefile.TelProject all.stub