nix-super/maintainers/local.mk

9 lines
175 B
Makefile
Raw Normal View History

.PHONY: format
print-top-help += echo ' format: Format source code'
# This uses the cached .pre-commit-hooks.yaml file
fmt_script := $(d)/format.sh
format:
@$(fmt_script)