From 0f1805f7978c849106c04a686b3ed5da9ee09cba Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Mon, 23 Feb 2026 02:20:29 +0100 Subject: [PATCH] rm unneeded command in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17eebe2db..fe974122f 100644 --- a/Makefile +++ b/Makefile @@ -273,9 +273,8 @@ networkmonitor: | build deps librln build-nph: | build deps nimble install nph@0.7.0 -y + echo "Check if nph utility is available:" command -v nph - cp ./nimbledeps/bin/nph ~/.nimble/bin/ - echo "nph utility is available" GIT_PRE_COMMIT_HOOK := .git/hooks/pre-commit