Skip to content

Commit

Permalink
Merge pull request 2600hz#1652 from 2600hz/releases-annoyance
Browse files Browse the repository at this point in the history
remove previous release when building a new one
  • Loading branch information
lazedo committed Mar 2, 2016
2 parents f6e4bf7 + aaa284b commit 805dd96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ clean-release:
$(if $(wildcard rel/relx.config rel/vm.args rel/dev-vm.args), \
rm $(wildcard rel/relx.config rel/vm.args rel/dev-vm.args) )

build-release: rel/relx.config rel/vm.args
$(RELX) --config $< -V 2 release --relname 'kazoo'
build-release: clean-release rel/relx.config rel/vm.args
$(RELX) --config rel/relx.config -V 2 release --relname 'kazoo'
tar-release: rel/relx.config rel/vm.args
$(RELX) --config $< -V 2 release tar --relname 'kazoo'
$(RELX) --config rel/relx.config -V 2 release tar --relname 'kazoo'
rel/relx.config: rel/relx.config.src
$(ROOT)/scripts/src2any.escript $<

Expand Down

0 comments on commit 805dd96

Please sign in to comment.