When a person does 'make libs', run git submodule update for them.
This commit is contained in:
parent
b1696f072a
commit
3572c21ec5
1 changed files with 2 additions and 0 deletions
|
|
@ -346,6 +346,8 @@ $(top_builddir)/doc/refman.pdf: $(top_builddir)/doc/html/index.html
|
||||||
docs: pdf $(top_builddir)/doc/refman.pdf
|
docs: pdf $(top_builddir)/doc/refman.pdf
|
||||||
|
|
||||||
libs:
|
libs:
|
||||||
|
@echo Building dependency libs and installing in /usr/local/stow ...
|
||||||
|
git submodule update --init
|
||||||
(cd lib; make)
|
(cd lib; make)
|
||||||
|
|
||||||
report: all
|
report: all
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue