ported code to use rebar and R14B
This commit is contained in:
14
ebin/geef.app
Normal file
14
ebin/geef.app
Normal file
@@ -0,0 +1,14 @@
|
||||
{application, geef,
|
||||
[
|
||||
{description, ""},
|
||||
{vsn, "0.0.1"},
|
||||
{modules, [
|
||||
geef
|
||||
]},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib
|
||||
]},
|
||||
{env, []}
|
||||
]}.
|
||||
Reference in New Issue
Block a user