summaryrefslogtreecommitdiffstats
path: root/share/mk/lint/_.mk
blob: 56d8d23596480760d9ed24b71c420848ac6e7c8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
########################################################################
# Copyright (C) 2021 - 2023  Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier:  GPL-3.0-or-later  OR  LGPL-3.0-or-later
########################################################################


ifndef MAKEFILE_LINT_INCLUDED
MAKEFILE_LINT_INCLUDED := 1


lint := lint-c lint-man lint-mdoc


.PHONY: lint
lint: $(lint)
	@:


endif  # MAKEFILE_LINT_INCLUDED