Makefile 115 B

123456
  1. test:
  2. phpunit
  3. cd Resources/doc && sphinx-build -W -b html -d _build/doctrees . _build/html
  4. bower:
  5. bower update