all: build

build:
	v .

run:
	v run .

clean:
	rm -f TypoML

format:
	v fmt -w .
