With make run, auto-start qdate

This commit is contained in:
Jesse Gumm 2013-04-23 15:41:49 -05:00
parent 97e04d529e
commit df7e5aa29e

View file

@ -10,4 +10,4 @@ test: compile
./rebar skip_deps=true eunit ./rebar skip_deps=true eunit
run: run:
erl -pa ebin/ deps/*/ebin/ erl -pa ebin/ deps/*/ebin/ -eval "application:start(qdate)"