From 414a43260c6b3447ff3f13d347cb99573931bcd1 Mon Sep 17 00:00:00 2001 From: Jungwoo <108061510+jwson-automation@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:32:32 +0900 Subject: [PATCH] fix makeFile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e26f8c..b9c8cfc 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ endif all: init analyze apply format buildRunner env # Define the init target to initialize the project -setting : init analyze buildRunner +setting : init analyze buildRunner env lint : analyze apply format # Define the init target