From 07b1435fadf82e8ed49c8a181e72cb361256955e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 4 Apr 2024 03:44:18 -0300 Subject: [PATCH] Fix publishing targets in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4372e1549..ae3f08fe9 100644 --- a/Makefile +++ b/Makefile @@ -222,11 +222,11 @@ publish_langflow: publish: @echo 'Publishing the project' ifdef base - -make publish_base + make publish_base endif ifdef main - -make publish_langflow + make publish_langflow endif help: