Skip to content

Commit 04635a0

Browse files
author
David Cao
committed
Updated app.src file with hex specifications
1 parent 2e4f76c commit 04635a0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/minmay.app.src

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@
66
{applications, [kernel, stdlib]},
77
{modules, []},
88
{registered, []},
9+
{files, [ "src/*"
10+
, "include/*"
11+
, "lib/*"
12+
, "Makefile"
13+
, "erlang.mk"
14+
, "README.md"
15+
, "rebar.config"
16+
, "rebar.lock"
17+
, "mix.exs"
18+
, "mix.lock"
19+
]},
920
{maintainers, ["David Cesar Hernan Cao"]},
1021
{licenses, ["MIT"]},
1122
{links, [{"Github", "https://github.com/davecaos/minmay"}]},
12-
{build_tools, ["make", "rebar3"]}
23+
{build_tools, ["make", "rebar3", "mix"]}
1324
]
1425
}.

0 commit comments

Comments
 (0)