qdate/Makefile

14 lines
199 B
Makefile
Raw Normal View History

2013-01-14 21:20:36 -06:00
all: get-deps compile
get-deps:
./rebar get-deps
compile:
./rebar compile
2013-04-24 18:44:44 -05:00
test: get-deps compile
./rebar skip_deps=true eunit
2013-04-23 15:37:27 -05:00
run:
2013-04-23 15:41:49 -05:00
erl -pa ebin/ deps/*/ebin/ -eval "application:start(qdate)"