Let rebar generate the app file
This commit is contained in:
11
src/geef.app.src
Normal file
11
src/geef.app.src
Normal file
@@ -0,0 +1,11 @@
|
||||
{application, geef,
|
||||
[
|
||||
{description, ""},
|
||||
{vsn, "0.0.1"},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib
|
||||
]},
|
||||
{env, []}
|
||||
]}.
|
||||
Reference in New Issue
Block a user