mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
4 lines
No EOL
187 B
Text
4 lines
No EOL
187 B
Text
{variables, [{appid, "myapp"}]}.
|
|
{file, "simpleapp.app", "ebin/{{appid}}.app"}.
|
|
{file, "simpleapp_app.erl", "src/{{appid}}_app.erl"}.
|
|
{file, "simpleapp_sup.erl", "src/{{appid}}_sup.erl"}. |