rebar added

This commit is contained in:
Dmitry Melnikov 2010-10-05 17:33:11 +04:00
parent d766787aaf
commit 65b4241d5c
6 changed files with 8 additions and 3 deletions

View file

@ -1 +0,0 @@
{'src/*', [{d, 'EUNIT'}, debug_info, {i, "./include"}, {outdir, 'ebin'}]}.

3
Makefile Executable file → Normal file
View file

@ -1,3 +1,2 @@
all: all:
mkdir -p ebin rebar compile
erl -make

BIN
rebar vendored Executable file

Binary file not shown.

View file

@ -0,0 +1,7 @@
{application, 'erlang-localtime',
[
{description, ""},
{vsn, "1"},
{registered, []},
{env, []}
]}.

0
src/localtime.erl Executable file → Normal file
View file

0
src/localtime_dst.erl Executable file → Normal file
View file