diff --git a/Makefile b/Makefile index 1fefd43..80d52ac 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,12 @@ all: ./bootstrap clean: - @rm -rf rebar ebin/*.beam inttest/rt.work \ No newline at end of file + @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