mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
13 lines
225 B
Makefile
13 lines
225 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 -Wunderspecs
|