Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
|
- 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
|