Makefile works on windows

This commit is contained in:
Markus Staab 2024-10-07 09:35:46 +02:00 committed by Nikita Popov
parent 3abf7425cd
commit 26573ea64f

View File

@ -4,7 +4,7 @@ tools/vendor:
composer install -d tools
phpstan: tools/vendor
tools/vendor/bin/phpstan
php tools/vendor/bin/phpstan
php-cs-fixer: tools/vendor
tools/vendor/bin/php-cs-fixer fix
php tools/vendor/bin/php-cs-fixer fix