projects-dir-minimal.mk: Run make after cloning jw-build

After initially cloning jw-build and including
projects-dir-minimal.mk, new targets are not considered, so run make
again.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-17 11:53:28 +01:00
commit 9018eb7c30

View file

@ -38,6 +38,7 @@ $(PROJECTS_DIR_INCLUDE_MK): | $(JWBDIR)
$(JWBDIR): $(JWBDIR):
git clone $(JWBDIR_GIT_REMOTE) $(JWBDIR) git clone $(JWBDIR_GIT_REMOTE) $(JWBDIR)
make $(MAKECMDGOALS)
all: link-makefile.done all: link-makefile.done
link-makefile.done: | $(JWBDIR) link-makefile.done: | $(JWBDIR)