libretime/legacy/Makefile

13 lines
201 B
Makefile
Raw Normal View History

.PHONY: build
SHELL = bash
vendor:
composer install --no-progress --no-interaction
test: vendor
cd tests && ../vendor/bin/phpunit
build:
composer install --no-progress --no-interaction --no-dev