mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
Add check target to Makefile
This commit is contained in:
parent
3fa6f6ab7c
commit
c2a5d286f0
1 changed files with 9 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -3,3 +3,11 @@ all:
|
||||||
|
|
||||||
clean:
|
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
|
||||||
|
|
Loading…
Reference in a new issue