Let rebar generate the app file

This commit is contained in:
Carlos Martín Nieto
2013-01-25 00:12:26 +01:00
parent b42a02b0c5
commit 4658251ced

11
src/geef.app.src Normal file
View File

@@ -0,0 +1,11 @@
{application, geef,
[
{description, ""},
{vsn, "0.0.1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.