rm unneeded command in Makefile

This commit is contained in:
Ivan Folgueira Bande 2026-02-23 02:20:29 +01:00 committed by Ivan FB
parent 3c3b218f52
commit 0a02c56eee
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -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