Thread
:
makefile related
View Single Post
asadullah.ansari
TechCake
18Mar2008,12:17
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