Update rebar.config back to choptastic/erlang_localtime

*temporary* until a commit is merged
This commit is contained in:
Jesse Gumm 2015-11-05 11:31:38 -06:00
parent 8427b7bdc6
commit a504a6adfc
4 changed files with 9 additions and 4 deletions

View file

@ -5,6 +5,9 @@ all: compile
compile:
$(REBAR) compile
update:
$(REBAR) update
test: compile
$(REBAR) eunit