From 39bba1b532e2544d190c8cffea0e925b5a19ff74 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sat, 21 Jan 2023 09:56:35 -0500 Subject: [PATCH] Updated Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39cd589..fee0f12 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PHPCC=/usr/bin/php -PHPAB=/usr/local/bin/phpab +PHPCC:=$(shell which php) +PHPAB:=$(shell which phpab) BUILD_PATH=build SRC_PATH=src