Fixes: 082547cb6fbb ("share/mk/: Reduce the work of 'make && make install'")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
The entire project
To run the linters and checks for the entire project, run
- $ make lint build check;
+ $ make lint build-all check;
This skips tests that are known to fail. To run those too, run
- $ make lint build check SKIP_XFAIL=no;
+ $ make lint build-all check SKIP_XFAIL=no;
A single page
To run those for a single page, you can take advantage of some