qdate/Makefile

14 lines
157 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
test: compile
./rebar skip_deps=true eunit
2013-04-23 15:37:27 -05:00
run:
erl -pa ebin/ deps/*/ebin/