# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

.PHONY: test docs

all:
	@echo "Please choose a task."

test:
	phpunit -c phpunit.xml.dist

docs:
	cd Resources/doc && sphinx-build -W -b html -d _build/doctrees . _build/html
