Makefile workfile reordering

This commit is contained in:
stubbsta 2026-05-25 09:47:26 +02:00
parent d2adf75798
commit fbd862f36f
No known key found for this signature in database

View File

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