aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
blob: 4974676ac1313569b088d23058329f90aed27564 (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 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.

The command `make efene-shell` will open an Efene shell.