From 293adcc6f6caf4d54945d75cb271f1feb8e41ae0 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Thu, 12 Jun 2025 15:25:22 +0200 Subject: [PATCH] adds "format-global" to use globally installed nph --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index f39a3394..18e1f5f8 100644 --- a/Makefile +++ b/Makefile @@ -233,6 +233,11 @@ format: $(NPH) codex/ $(NPH) tests/ +format-global: + nph *.nim + nph codex/ + nph tests/ + clean-nph: rm -f $(NPH)