Makefile 301 B

1234567891011121314
  1. # DO NOT EDIT THIS FILE!
  2. #
  3. # It's auto-generated by sonata-project/dev-kit package.
  4. .PHONY: test docs
  5. all:
  6. @echo "Please choose a task."
  7. test:
  8. phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
  9. docs:
  10. cd Resources/doc && sphinx-build -W -b html -d _build/doctrees . _build/html