>
> What I want my Makefile to do is the following. There could be three
> make file goals, 'c', 'g' and 'o', specified in the command line. If I
> don't specify anything in the command line, I want gmake choose the
> goal 'c' by default. Did Philip suggest not do this?
This is simple to do.
Just make sure c is your first goal in the Makefile - then make will
use it as default goal.
Sam
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make