mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
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:
parent
2f50092e19
commit
0e4ab928de
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue