From 1510a048a09021ad6d2ac3ccdb833804d80c66a5 Mon Sep 17 00:00:00 2001 From: baegteun Date: Sat, 20 Apr 2024 01:16:49 +0900 Subject: [PATCH] =?UTF-8?q?:recycle:=20::=20[#16]=20Makefile=EC=9D=98=20?= =?UTF-8?q?=EB=AA=85=EB=A0=B9=EC=96=B4=20tuist=204.x=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EB=8C=80=EB=A1=9C=20=EB=A7=88=EC=9D=B4=EA=B7=B8=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=85=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4270238..fbd601b 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ generate: - tuist fetch + tuist insatll tuist generate ci_generate: - tuist fetch + tuist install TUIST_ENV=CI tuist generate cd_generate: - tuist fetch + tuist install TUIST_ENV=CD tuist generate clean: