From b8e4fe80af730041df4a50d1d6ab783f1aa4c41a Mon Sep 17 00:00:00 2001 From: Netkas Date: Sat, 21 Jan 2023 06:28:30 -0500 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97dd9bb..b8565c1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHPCC=/usr/bin/php -PHPAB=/usr/bin/phpab +PHPAB=/usr/local/bin/phpab BUILD_PATH=build SRC_PATH=src