aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
blob: 408f1c7ac6a4c553855525652942afd1cc2ee914 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= Efene.mk

http://efene.org/[Efene] plugin for http://erlang.mk/[Erlang.mk]

[source,make]
----
BUILD_DEPS = efene 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.