From fbd862f36f62be0ac231644aff33a3211fa41891 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Mon, 25 May 2026 09:47:26 +0200 Subject: [PATCH] Makefile workfile reordering --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e63017ea5..0515ef3ec 100644 --- a/Makefile +++ b/Makefile @@ -70,10 +70,8 @@ endif waku.nims: ln -s waku.nimble $@ -$(NIMBLEDEPS_STAMP): nimble.lock | waku.nims - $(MAKE) install-nimble +$(NIMBLEDEPS_STAMP): nimble.lock | install-nimble build-nph waku.nims nimble setup --localdeps - $(MAKE) build-nph touch $@ # Must be phony so the recipe always runs and the sub-make re-evaluates