aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-26 18:22:50 +0200
committerLoïc Hoguin <[email protected]>2015-08-26 18:25:45 +0200
commit2441ea400c68ddbe90bcca374be85dd0d4fa0d10 (patch)
tree1fd6af4708f24221edb90ba3b1a6d048daa0f11c /Makefile
parentad39742b05af0abf78e84622b4d5aff4ea5c6067 (diff)
downloadcowlib-2441ea400c68ddbe90bcca374be85dd0d4fa0d10.tar.gz
cowlib-2441ea400c68ddbe90bcca374be85dd0d4fa0d10.tar.bz2
cowlib-2441ea400c68ddbe90bcca374be85dd0d4fa0d10.zip
Update erlang.mk and start using CircleCI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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