Add variables def to simpleapp template

This commit is contained in:
Dave Smith 2010-01-08 10:52:02 -07:00
parent 2d9af6cf48
commit 1454b4faa6

View file

@ -1,3 +1,4 @@
{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"}.