From aa4dc7dccf3fd7419c51274c1121e3839794e7ca Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Tue, 22 Oct 2024 21:29:07 -0400 Subject: [PATCH] keep the tools --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50044823..29c6a146 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ clean: ## Remove all vendor folders, composer.lock files, and removes build arti rm -rf src/SonsOfPHP/Bundle/*/vendor/ src/SonsOfPHP/Bundle/*/composer.lock rm -rf src/SonsOfPHP/Component/*/vendor/ src/SonsOfPHP/Component/*/composer.lock rm -rf src/SonsOfPHP/Contract/*/vendor/ src/SonsOfPHP/Contract/*/composer.lock - rm -rf src/tools/*/vendor/ src/tools/*/composer.lock + @#rm -rf src/tools/*/vendor/ src/tools/*/composer.lock # This will upgrade the code to whatever the standards are # NOTE: This may make changes to the source code