aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ea1eb4..5455569 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ eunit:
@$(REBAR) eunit skip_deps=true
ct:
- @$(REBAR) ct
+ @$(REBAR) ct skip_deps=true
build-plt:
@$(DIALYZER) --build_plt --output_plt .cowboy_dialyzer.plt \