blob: 48d02fa359ade0e32e768cf8aebc10ffbd3f6f53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2021-2024, Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
ifndef MAKEFILE_LINT_INCLUDED
MAKEFILE_LINT_INCLUDED := 1
.PHONY: lint
lint: lint-c lint-man lint-mdoc;
endif # include guard
|