Skip to content

Commit

Permalink
Makefile works on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and nikic committed Oct 7, 2024
1 parent 3abf742 commit 26573ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 26573ea

Please sign in to comment.