projects-dir-minimal.mk: Add target init

Add an init target. Use it if you want to tell the Makefile: _Just_
initalize the build machinery and nothing else, don't pull and build
everything else you can. Not strictly necessary, most of the time
pulling everything is what's wanted, and that does the init anyway.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-02-17 16:57:51 +01:00
commit 0e4ab928de

View file

@ -80,6 +80,7 @@ link-makefile.done: | $(JWBDIR)
$(PROJECTS_MAKEFILE_NAME) ;\
fi
touch $@
init: link-makefile.done
clean: clean.link-makefile
clean.link-makefile:
rm -f link-makefile.done