# SPDX-FileCopyrightText: Amolith # # SPDX-License-Identifier: CC0-1.0 .PHONY: all fmt fmt-check lint check test ci all: fmt lint check test fmt: lx fmt fmt-check: lx fmt --check lint: lx lint check: lx check test: lx test ci: fmt-check lint check test