Less magic

This commit is contained in:
2017-12-12 10:10:52 +09:00
parent 11d5f3f767
commit 24738f5278
4 changed files with 88 additions and 70 deletions
+6
View File
@@ -0,0 +1,6 @@
{application, zx,
[{description, "Zomp client program"},
{vsn, "0.1.0"},
{applications, [stdlib, kernel]},
{modules, [zx, zx_daemon]},
{mod, {zx, []}}]}.