Costa Rica's flatzones aren't processed after 1992. Gotta check her out.

This commit is contained in:
aj
2010-11-13 22:54:44 -08:00
parent 3f438e66e0
commit d664384c60
9 changed files with 133 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
ERLC_WARNINGS := -W1
MNESIA_DIR := db
RUN_INIT := -run ezic_db init
DEBUG := -DNODEBUG
DEBUG := -DNODEBUG -Ddebug
TEST :=
TZSET := northamerica
SHELL := /bin/bash
@@ -33,7 +33,7 @@ run :
erl -pa ebin -mnesia dir $(MNESIA_DIR) $(RUN_INIT)
devstart : RUN_INIT := $(RUN_INIT) -s ezic dev_start -s erlang halt
devstart : RUN_INIT += -s ezic dev -s erlang halt
devstart : all run
@@ -46,4 +46,5 @@ diff :
emacs /tmp/ezic.tmp.diff
debug : DEBUG := +debug_info -dNODEBUG
debug : DEBUG += +debug_info
debug : all run