diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master include erlang.mk +# Also dialyze the tests. + +# DIALYZER_OPTS += --src -r test + # Documentation. dep_ezdoc = git https://github.com/ninenines/ezdoc master |