Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
|
- 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
|