configure also when running "make update", which is similar to "make deps"

This commit is contained in:
Badlop 2022-05-23 15:01:54 +02:00
parent 34e1ddb66f
commit 75ffce0417
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ update:
rm -rf $(DEPSDIR)/.got
rm -rf $(DEPSDIR)/.built
$(REBAR) $(UPDATEDEPS) && :> $(DEPSDIR)/.got
$(CONFIGURE_DEPS)
xref: all
$(REBAR) $(SKIPDEPS) xref $(XREFOPTIONS)