diff options
Diffstat (limited to 'share/mk/check/_.mk')
-rw-r--r-- | share/mk/check/_.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/share/mk/check/_.mk b/share/mk/check/_.mk new file mode 100644 index 0000000..6326d1f --- /dev/null +++ b/share/mk/check/_.mk @@ -0,0 +1,18 @@ +######################################################################## +# Copyright 2023, Alejandro Colomar <alx@kernel.org> +# SPDX-License-Identifier: GPL-3.0-or-later +######################################################################## + + +ifndef MAKEFILE_CHECK_INCLUDED +MAKEFILE_CHECK_INCLUDED := 1 + + +check := check-catman + + +.PHONY: check +check: $(check); + + +endif # include guard |