From 799ae5daead969237303178cb802f5076c91316a Mon Sep 17 00:00:00 2001 From: Jungwoo <108061510+jwson-automation@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:45:02 +0900 Subject: [PATCH] add make file chang e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 843b28b..4f544e3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ else endif # Define the default target to call all necessary targets -all: init analyze apply format buildRunner env +all: init analyze apply format buildRunner # Define the init target to initialize the project first : create init analyze buildRunner env