From 1f10c9a28f9ad256ec1c20f6fa299dbc2c4acd2a Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 3 Apr 2026 22:14:17 +0200 Subject: [PATCH] Makefile considers nimble.lock in nimbledeps_stamp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 640b794cf..d6b38febb 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ endif waku.nims: ln -s waku.nimble $@ -$(NIMBLEDEPS_STAMP): | waku.nims +$(NIMBLEDEPS_STAMP): nimble.lock | waku.nims git submodule update --init vendor/zerokit nimble setup --localdeps $(MAKE) build-nph