Added Makefile rule to build tz_index.hrl.
This commit is contained in:
parent
fd54c471a7
commit
4ad81b03fd
2 changed files with 13 additions and 2 deletions
9
Makefile
9
Makefile
|
@ -1,2 +1,9 @@
|
|||
all:
|
||||
all: include/tz_index.hrl
|
||||
./rebar compile
|
||||
|
||||
check:
|
||||
./rebar 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