Skip to content

generate_makefile.py: default to "make all" when make is called without arguments

Roland Hieber requested to merge hieber/utils:make-all-by-default into master

The first rule in the Makefile dictates what goal is being run by default, so this puts the all rule before all other rules.

Merge request reports

Loading