aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-17 19:09:01 +0200
committerLoïc Hoguin <[email protected]>2016-10-17 19:28:40 +0200
commitdf08a3f430bf7727921873ab262294a054e2ae7b (patch)
treeb7fe92d581b186b3c932e91d210c2aba14b2c3b5 /Makefile
downloadasciideck-df08a3f430bf7727921873ab262294a054e2ae7b.tar.gz
asciideck-df08a3f430bf7727921873ab262294a054e2ae7b.tar.bz2
asciideck-df08a3f430bf7727921873ab262294a054e2ae7b.zip
Initial commit
This is still very much in a proof of concept state, though the project should be in a good enough state that future additions are relatively painless. Text formatting nodes are not using the proper form in the AST at the moment. They should not be relied upon just yet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c595cbb
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,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