aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c595cbb5b6daed89dc741d097f25c1d4c889cc1d (plain) (blame)
1
2
3
4
5
6
7
8
PROJECT = asciideck
PROJECT_DESCRIPTION = Asciidoc for Erlang.
PROJECT_VERSION = 0.0.1

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

include erlang.mk