#!/usr/bin/make -f # SPDX-FileCopyrightText: 2024 Matthew Fennell # # SPDX-License-Identifier: AGPL-3.0-only MAKEFLAGS+=--silent .PHONY: check check: precious --config=./.precious.toml --ascii tidy --all precious --config=./.precious.toml --ascii lint --all