diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |