From b5b76670f70e6a63a71fef2f220acd3d310be3d4 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 7 Oct 2024 09:35:46 +0200 Subject: [PATCH] Makefile works on windows --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9a7bdf2d2a..1473c9998c 100644 --- a/Makefile +++ b/Makefile @@ -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