msgpack-erlang/Makefile

29 lines
309 B
Makefile
Raw Normal View History

2011-05-01 23:24:49 +00:00
.PHONY: compile xref eunit clean doc check make
2011-05-01 17:31:12 +00:00
all: compile xref eunit
2011-05-01 23:24:49 +00:00
# for busy typos
m: all
ma: all
mak: all
make: all
compile:
@./rebar compile
xref:
@./rebar xref
eunit:
@./rebar eunit
clean:
@./rebar clean
2011-04-26 09:40:35 +00:00
doc:
@./rebar doc
check:
# @./rebar build_plt
@./rebar check_plt
@./rebar analyze