From 4bd1369a1ee286df41f3e92cb48a5f4163fb27df Mon Sep 17 00:00:00 2001 From: zaur Date: Fri, 28 May 2021 23:19:29 +0300 Subject: [PATCH] Add support for Makefile.local --- .gitignore | 1 + Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6303797b..c0b1f9ea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ vendor build .idea .phpunit.result.cache +Makefile.local diff --git a/Makefile b/Makefile index 8f8c6adf..59679f60 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +-include Makefile.local + PHP=php PSALM=vendor/bin/psalm PHPUNIT=vendor/bin/phpunit