rebar/Makefile

14 lines
212 B
Makefile
Raw Normal View History

all:
./bootstrap
2010-06-08 19:23:36 +00:00
clean:
2011-09-02 17:51:18 +00:00
@rm -rf rebar ebin/*.beam inttest/rt.work
debug:
./bootstrap debug
check: debug
-@./rebar xref
-@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling \
2011-09-04 18:13:25 +00:00
-Wrace_conditions