Makefile: Move make all step from make tag to make bump*.

This commit is contained in:
ccd0 2016-06-12 21:49:55 -07:00
parent c13cc96977
commit 97a67580f3

View File

@ -309,9 +309,9 @@ wrapped : src/meta/npm-shrinkwrap.json
$(foreach i,1 2 3 4,bump$(i)) :
node tools/bump.js $(subst bump,,$@)
$(MAKE) .events/CHANGELOG
$(MAKE) all
tag :
$(MAKE) all
git add builds
$(MAKE) cleanrel
$(MAKE) wrapped