mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-23 02:49:07 +00:00
lib: add .app.src for OTP and rebar compatibility
This commit is contained in:
parent
48de55782f
commit
5d25a3ef8a
8
erlang/apps/lib/src/lib.app.src
Normal file
8
erlang/apps/lib/src/lib.app.src
Normal file
@ -0,0 +1,8 @@
|
||||
{application, lib,
|
||||
[{description, "pdp10-tools support library"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]},
|
||||
{env, []},
|
||||
{modules, []}
|
||||
]}.
|
||||
Loading…
x
Reference in New Issue
Block a user