diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,3 +29,6 @@ dialyze: @$(DIALYZER) --src src --plt .cowboy_dialyzer.plt \ -Wbehaviours -Werror_handling \ -Wrace_conditions -Wunmatched_returns # -Wunderspecs + +docs: + @$(REBAR) doc |