Each time checkmake --list-rules returns rules in a different order.
$ checkmake --list-rules
NAME DESCRIPTION
maxbodylength Target bodies should be kept
simple and short.
minphony Minimum required phony targets
must be present
phonydeclared Every target without a body
needs to be marked PHONY
timestampexpanded timestamp variables should be
simply expanded
$ checkmake --list-rules
NAME DESCRIPTION
minphony Minimum required phony targets
must be present
phonydeclared Every target without a body
needs to be marked PHONY
timestampexpanded timestamp variables should be
simply expanded
maxbodylength Target bodies should be kept
simple and short.
Each time
checkmake --list-rulesreturns rules in a different order.