make files

J

john_bode

djake said:
What's the difference between a file called "mionome.make" and a file
called "Makefile"?

When the content is the same, are these definible makefile in the same
way?

Thanks for any answer.

This is off-topic as it isn't a C++ question. Having said that, the
difference is that you don't have to specify Makefile as part of the
make command, whereas you have to explicitly specify mionome.make.

% make # looks for and uses Makefile if
present
% make -f mionome.make # uses mionome.make
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top