rebar/Makefile
2011-09-02 19:51:18 +02:00

13 lines
225 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 -Wunderspecs