2010-08-04 22:24:50 -07:00
|
|
|
compile:
|
2010-07-26 18:04:23 -07:00
|
|
|
./rebar compile
|
2010-06-21 23:06:55 -07:00
|
|
|
|
2010-06-21 14:00:05 -07:00
|
|
|
expand:
|
2010-07-26 18:04:23 -07:00
|
|
|
./priv/backends.escript create
|
2010-06-07 17:21:04 -07:00
|
|
|
|
2010-08-11 23:34:00 -07:00
|
|
|
test:
|
2010-08-10 13:09:09 -07:00
|
|
|
./rebar eunit
|
2010-06-07 17:21:04 -07:00
|
|
|
|
|
|
|
clean:
|
2010-07-26 18:04:23 -07:00
|
|
|
./rebar clean
|
2010-07-26 18:08:01 -07:00
|
|
|
|
2010-07-29 22:59:23 -07:00
|
|
|
install: compile
|
2010-08-03 20:29:49 -07:00
|
|
|
./rebar -f install
|