Skip to content

Commit

Permalink
ignore any errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danikp committed Jul 9, 2016
1 parent 380544b commit e421151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps:
@$(REBAR) compile

dialyze:
@$(REBAR) dialyzer || [ $? -eq 2 ];
@$(REBAR) dialyzer || [ $$? -eq 1 ];

clean:
@$(REBAR) clean
Expand Down

0 comments on commit e421151

Please sign in to comment.