all: build

build:
	v .

run:
	v run .

clean:
	rm -f TypoML
