aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
blob: f2185d235e49234db3caa95bdeb7d8d79c1fff1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.