yabo wrote:
Example situation: From a cmd shell, we run "make all"Once in a makefile, is the string "all" (or whatever target you chose) in some variable that I can access? Thanks.
MAKECMDGOALS See this section of the make manual: http://www.gnu.org/software/make/manual/html_node/Goals.html -- Galen Seitz [email protected] _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
