rebar added
This commit is contained in:
parent
d766787aaf
commit
65b4241d5c
6 changed files with 8 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
{'src/*', [{d, 'EUNIT'}, debug_info, {i, "./include"}, {outdir, 'ebin'}]}.
|
|
3
Makefile
Executable file → Normal file
3
Makefile
Executable file → Normal file
|
@ -1,3 +1,2 @@
|
||||||
all:
|
all:
|
||||||
mkdir -p ebin
|
rebar compile
|
||||||
erl -make
|
|
||||||
|
|
BIN
rebar
vendored
Executable file
BIN
rebar
vendored
Executable file
Binary file not shown.
7
src/erlang-localtime.app.src
Normal file
7
src/erlang-localtime.app.src
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{application, 'erlang-localtime',
|
||||||
|
[
|
||||||
|
{description, ""},
|
||||||
|
{vsn, "1"},
|
||||||
|
{registered, []},
|
||||||
|
{env, []}
|
||||||
|
]}.
|
0
src/localtime.erl
Executable file → Normal file
0
src/localtime.erl
Executable file → Normal file
0
src/localtime_dst.erl
Executable file → Normal file
0
src/localtime_dst.erl
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue