This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/Makefile
2020-02-05 08:12:01 +00:00

5 lines
80 B
Makefile

tests:
docker-compose exec app /app/bin/phpunit -c /app ${ARGS}
.PHONY: tests