From 4d56cc8ed2ba474af5c44b2d3ea2b53334e1c5d1 Mon Sep 17 00:00:00 2001 From: Marius Felkner Date: Fri, 14 Jun 2024 13:30:03 +0200 Subject: [PATCH] add: prepare to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b2e28cc..1483a90 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ CONFIG = debug MISE = ~/.local/bin/mise +prepare: + tuist install && tuist generate -n + build: tuist build Debug --clean --no-binary-cache