From 2441ea400c68ddbe90bcca374be85dd0d4fa0d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 26 Aug 2015 18:22:50 +0200 Subject: Update erlang.mk and start using CircleCI --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df0a29f..9368278 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ # See LICENSE for licensing information. PROJECT = cowlib +PROJECT_DESCRIPTION = Support library for manipulating Web protocols. +PROJECT_VERSION = 1.3.0 #ERLC_OPTS += +bin_opt_info -PLT_APPS = crypto +OTP_DEPS = crypto +CI_OTP = OTP-18.0.3 TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' TEST_DEPS = horse triq -- cgit v1.2.3