Makefile: Move make all step from make tag to make bump*.
This commit is contained in:
parent
c13cc96977
commit
97a67580f3
2
Makefile
2
Makefile
@ -309,9 +309,9 @@ wrapped : src/meta/npm-shrinkwrap.json
|
|||||||
$(foreach i,1 2 3 4,bump$(i)) :
|
$(foreach i,1 2 3 4,bump$(i)) :
|
||||||
node tools/bump.js $(subst bump,,$@)
|
node tools/bump.js $(subst bump,,$@)
|
||||||
$(MAKE) .events/CHANGELOG
|
$(MAKE) .events/CHANGELOG
|
||||||
|
$(MAKE) all
|
||||||
|
|
||||||
tag :
|
tag :
|
||||||
$(MAKE) all
|
|
||||||
git add builds
|
git add builds
|
||||||
$(MAKE) cleanrel
|
$(MAKE) cleanrel
|
||||||
$(MAKE) wrapped
|
$(MAKE) wrapped
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user