mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
![John Ericson](/assets/img/avatar_default.png)
This is necessary to make the Meson one the default and preferred one. Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
8 lines
175 B
Makefile
8 lines
175 B
Makefile
|
|
.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)
|