Skip to content

Commit 26573ea

Browse files
staabmnikic
authored andcommitted
Makefile works on windows
1 parent 3abf742 commit 26573ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tools/vendor:
44
composer install -d tools
55

66
phpstan: tools/vendor
7-
tools/vendor/bin/phpstan
7+
php tools/vendor/bin/phpstan
88

99
php-cs-fixer: tools/vendor
10-
tools/vendor/bin/php-cs-fixer fix
10+
php tools/vendor/bin/php-cs-fixer fix

0 commit comments

Comments
 (0)