Added Makefile rule to build tz_index.hrl.

This commit is contained in:
David Hull 2014-01-09 16:11:18 -08:00
parent fd54c471a7
commit 4ad81b03fd
2 changed files with 13 additions and 2 deletions

View file

@ -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