From 837cf8b9cef86d085d7c2f7282ca11460c9bdeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 16 Nov 2015 23:08:24 +0100 Subject: Update Erlang.mk --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9ec4c4..7552a03 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CI_OTP = OTP-18.0.3 OTP-18.1 # Dependencies. -OTP_DEPS = crypto +LOCAL_DEPS = crypto DEPS = cowlib ranch dep_cowlib = git https://github.com/ninenines/cowlib master @@ -28,9 +28,15 @@ dep_gun = git https://github.com/ninenines/gun master include erlang.mk +# Compile options. + ERLC_OPTS += +warn_export_all +warn_missing_spec +warn_untyped_record TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +# Generate rebar.config on build. + +app:: rebar.config + # Also dialyze the tests. # DIALYZER_OPTS += --src -r test -- cgit v1.2.3