Files
TypoML/Makefile
T
2026-07-16 09:59:47 +02:00

11 lines
96 B
Makefile

all: build
build:
odin build src/ -out:TypoML
clean:
rm -f TypoML
format:
odinfmt -w src/