From ea4b28ceba5c365047e61c3196805683c89b001a Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Mon, 20 Jul 2026 11:02:45 +0200 Subject: [PATCH] Update Makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0eca4c6..2f44b3a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,12 @@ all: build -build: +build: fmt odin build src/ -out:TypoML -clean: +clean: fmt rm -f TypoML format: odinfmt -w src/ + +fmt: format