aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
new file mode 100644
index 0000000..f2185d2
--- /dev/null
+++ b/README.asciidoc
@@ -0,0 +1,17 @@
+= Efene.mk
+
+http://efene.org/[Efene] plugin for http://erlang.mk/[Erlang.mk]
+
+[source,make]
+----
+BUILD_DEPS = efene
+
+BUILD_DEPS = efene.mk
+dep_efene.mk = git https://github.com/ninenines/efene.mk master
+DEP_PLUGINS = efene.mk
+
+include erlang.mk
+----
+
+The command `make` will compile all Efene files in the 'src/'
+directory.