mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add variables def to simpleapp template
This commit is contained in:
parent
2d9af6cf48
commit
1454b4faa6
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{variables, [{appid, "myapp"}]}.
|
||||||
{file, "simpleapp.app", "ebin/{{appid}}.app"}.
|
{file, "simpleapp.app", "ebin/{{appid}}.app"}.
|
||||||
{file, "simpleapp_app.erl", "src/{{appid}}_app.erl"}.
|
{file, "simpleapp_app.erl", "src/{{appid}}_app.erl"}.
|
||||||
{file, "simpleapp_sup.erl", "src/{{appid}}_sup.erl"}.
|
{file, "simpleapp_sup.erl", "src/{{appid}}_sup.erl"}.
|
Loading…
Reference in a new issue