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