diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,8 +12,12 @@ clean: rm -f test/*.beam rm -f erl_crash.dump -tests: app +tests: app eunit ct + +eunit: @$(REBAR) eunit + +ct: @$(REBAR) ct dialyze: |
index : cowboy.git | ||
Small, fast, modern HTTP server for Erlang/OTP. | Loïc Hoguin |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 6 |
@@ -12,8 +12,12 @@ clean: rm -f test/*.beam rm -f erl_crash.dump -tests: app +tests: app eunit ct + +eunit: @$(REBAR) eunit + +ct: @$(REBAR) ct dialyze: |