aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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