Closed mcandre closed 1 year ago
Other than makefiles like *.include.mk or sys.mk, there is an expectation that makefiles provide at least one non-special target (a default rule).
*.include.mk
sys.mk
Some make implementations complain and bail when no (default) rule is provided.
Relates to #207.
Other than makefiles like
*.include.mk
orsys.mk
, there is an expectation that makefiles provide at least one non-special target (a default rule).Some make implementations complain and bail when no (default) rule is provided.
Relates to #207.