all: build

build:
	odin build src/ -out:TypoML

clean:
	rm -f TypoML

format:
	odinfmt -w src/
