Rebar3 / hex compatiblility.
Conflicts: .gitignore src/erlang_localtime.app.src
This commit is contained in:
parent
acc01b92f0
commit
e561089118
6 changed files with 8 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,8 @@
|
|||
all: include/tz_index.hrl
|
||||
./rebar compile
|
||||
./rebar3 compile
|
||||
|
||||
check:
|
||||
./rebar eunit
|
||||
./rebar3 eunit
|
||||
|
||||
include/tz_index.hrl: src/ibuild.erl include/tz_database.hrl
|
||||
cd include && ln -s ../src/ibuild.erl && escript ibuild.erl; EV=$$?; rm ibuild.erl; exit $$EV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue