generate_makefile.py: default to "make all" when make is called without arguments
The first rule in the Makefile dictates what goal is being run by default, so this puts the all
rule before all other rules.
The first rule in the Makefile dictates what goal is being run by default, so this puts the all
rule before all other rules.