Codebase list erlang-asciideck / debian/0.0+git20170714.48cbfe8b-3 Makefile
debian/0.0+git20170714.48cbfe8b-3

Tree @debian/0.0+git20170714.48cbfe8b-3 (Download .tar.gz)

Makefile @debian/0.0+git20170714.48cbfe8b-3raw · history · blame

# See LICENSE for licensing information.

PROJECT = asciideck
PROJECT_DESCRIPTION = Asciidoc for Erlang.
PROJECT_VERSION = 0.1.0

# Options.

CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.5
CI_HIPE ?= $(lastword $(CI_OTP))
CI_ERLLVM ?= $(CI_HIPE)

# Dependencies.

TEST_DEPS = ct_helper
dep_ct_helper = git https://github.com/ninenines/ct_helper master

include erlang.mk