mcandre / unmake

a makefile linter
Other
83 stars 3 forks source link

no rules #208

Closed mcandre closed 1 year ago

mcandre commented 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).

Some make implementations complain and bail when no (default) rule is provided.

Relates to #207.