diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ clean: rm -f erl_crash.dump docs: clean-docs - @$(REBAR) doc skip_deps=true + erl -noshell -eval 'edoc:application(cowboy, ".", []), init:stop().' clean-docs: rm -f doc/*.css |