%% S�bastien Hinderer <[EMAIL PROTECTED]> writes: >> Use MAKECMDGOALS. sh> Thanks.
>> HTH, sh> Yes, thanks. However, is it possible to have in the Makefile one sh> target that will match nearly all possible goals specified on the sh> command line ? Look up .DEFAULT in the manual. Note this will use that rule for _EVERY_ target, even nonsense ones that don't really exist. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
