Specfying gmake within Makefile

Is there a way to specify using gmake within a Makefile?

ie can I include
Code:
MAKE = gmake
within a Makefile to invoke gmake?

Would mean that when I run make it would actually run gmake?
 
Back
Top