rebar/Makefile
2011-09-04 20:13:25 +02:00

13 lines
212 B
Makefile

all:
./bootstrap
clean:
@rm -rf rebar ebin/*.beam inttest/rt.work
debug:
./bootstrap debug
check: debug
-@./rebar xref
-@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling \
-Wrace_conditions