aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a3a8c0..0cf2950 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ clean:
tests: clean app eunit ct
eunit:
- @$(REBAR) eunit
+ @$(REBAR) eunit skip_deps=true
ct:
@$(REBAR) ct