From 0f2a18bf3a34a69b0aff14347c2c2fbf767a11c0 Mon Sep 17 00:00:00 2001 From: root <root@purh.pw> Date: Sun, 5 May 2019 08:53:03 +0200 Subject: [PATCH] Add support for windows run with cygwin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9a439dd..b273ccc 100755 --- a/Makefile +++ b/Makefile @@ -67,8 +67,8 @@ phan: .PHONY: test test: rebuild-changed - docker run -v $(shell pwd):/compiler ircmaxell/php-compiler:16.04-dev php vendor/bin/phpunit + docker run -v $(shell pwd):/compiler ircmaxell/php-compiler:16.04-dev vendor/bin/phpunit .PHONY: test-18 test-18: rebuild-changed - docker run -v $(shell pwd):/compiler ircmaxell/php-compiler:18.04-dev php vendor/bin/phpunit + docker run -v $(shell pwd):/compiler ircmaxell/php-compiler:18.04-dev vendor/bin/phpunit