Skip to content

Commit

Permalink
Remove rel/reltool.config on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lukyanov committed Jan 17, 2014
1 parent a6a4770 commit 8f5f776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ generate: update-deps compile rel

clean: pre-clean
$(REBAR) clean
rm -f rel/reltool.config
rm -rf rel/$(SERVICE_NAME)*
$(MAKE) post-clean

Expand Down

0 comments on commit 8f5f776

Please sign in to comment.