Hi, I used the following to test if the the goal is 'all'. Now, I want to test whether it is either 'all' or 'o'. I'm wondering how to do it in makefile.
ifeq ($(MAKECMDGOALS), all) Thanks, Peng _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
