mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 19:19:31 +00:00
13 lines
212 B
Makefile
13 lines
212 B
Makefile
all:
|
|
./bootstrap
|
|
|
|
clean:
|
|
@rm -rf rebar ebin/*.beam inttest/rt.work
|
|
|
|
debug:
|
|
./bootstrap debug
|
|
|
|
check: debug
|
|
-@./rebar xref
|
|
-@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling \
|
|
-Wrace_conditions
|