We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137563a commit eed86b7Copy full SHA for eed86b7
1 file changed
Makefile
@@ -26,7 +26,9 @@ dialyzer:
26
@$(REBAR) dialyzer
27
28
check-all:
29
- @$(REBAR) eunit xref dialyzer
+ @$(REBAR) eunit
30
+ @$(REBAR) xref
31
+ @$(REBAR) dialyzer
32
33
crosslang:
34
@echo "do ERL_LIBS=../ before you make crosslang or fail"
0 commit comments