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.

13 wiersze
337 B

9 lat temu
9 lat temu
  1. REBAR ?= $(shell which rebar3)
  2. test: compile
  3. @erl -noshell -boot start_clean -pa ../../ibrowse/ebin -s ibrowse_test local_unit_tests -s erlang halt
  4. old_tests: compile
  5. @erl -noshell -boot start_clean -pa ../../ibrowse/ebin -s ibrowse_test unit_tests -s erlang halt
  6. compile:
  7. @erl -pa ../../ibrowse/ebin -make
  8. clean:
  9. $(REBAR) clean