From c2b7b318026037e6157409a4585db8ebcf04db13 Mon Sep 17 00:00:00 2001 From: Netkas Date: Mon, 2 Jan 2023 16:56:26 -0500 Subject: [PATCH] Oops. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f360276..97dd9bb 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ clean: rm -f $(SRC_PATH)/ncc/ThirdParty/defuse/php-encryption/autoload_spl.php rm -f $(SRC_PATH)/ncc/ThirdParty/jelix/version/autoload_spl.php rm -f $(SRC_PATH)/ncc/ThirdParty/nikic/PhpParser/autoload_spl.php - rm -f $(SRC_PATH)/ncc/ThirdParty/php_parallel_lint/php_console_color + rm -f $(SRC_PATH)/ncc/ThirdParty/php_parallel_lint/php_console_color/autoload_spl.php rm -f $(SRC_PATH)/ncc/ThirdParty/Symfony/polyfill-ctype/autoload_spl.php rm -f $(SRC_PATH)/ncc/ThirdParty/Symfony/polyfill-mbstring/autoload_spl.php rm -f $(SRC_PATH)/ncc/ThirdParty/Symfony/polyfill-uuid/autoload_spl.php