mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +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
10
Makefile
10
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue