Add check target to Makefile

This commit is contained in:
Tuncer Ayaz 2011-09-02 19:51:18 +02:00
parent 3fa6f6ab7c
commit c2a5d286f0

View file

@ -2,4 +2,12 @@ all:
./bootstrap
clean:
@rm -rf rebar ebin/*.beam inttest/rt.work
@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