diff options
author | Loïc Hoguin <[email protected]> | 2016-10-03 22:58:45 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-03 22:58:45 +0200 |
commit | 7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b (patch) | |
tree | d6f1403337eb56118b787da4cd1f249a193bb06e /Makefile | |
parent | 8cf98c9f3d1292c1b08fca5ca99772ae912eaa86 (diff) | |
download | cowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.tar.gz cowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.tar.bz2 cowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.zip |
Update Erlang.mk
Includes some small maintenance tweaks to Makefile etc.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ PROJECT_VERSION = 1.3.0 #ERLC_OPTS += +bin_opt_info OTP_DEPS = crypto DIALYZER_OPTS = -Werror_handling -Wunmatched_returns -CI_OTP = OTP-18.0.3 + +CI_OTP ?= OTP-19.1.1 OTP-19.0.7 OTP-18.3.4.4 OTP-18.2.4.1 OTP-18.1.5 OTP-18.0.3 TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' TEST_DEPS = horse triq |