rm unneeded command in Makefile

This commit is contained in:
Ivan Folgueira Bande 2026-02-23 02:20:29 +01:00
parent 48b95e49c4
commit 0f1805f797
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

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