diff --git a/Makefile b/Makefile index f67da07..e0ca0f2 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ old_tests: eunit: @echo "=====================================================" @echo "Running eunit tests..." - $(REBAR) eunit + $(REBAR) eunit --dir="src" xref: all $(REBAR) xref