Update Makefile

This commit is contained in:
2026-07-20 11:02:45 +02:00
parent 080e51526f
commit ea4b28ceba
+4 -2
View File
@@ -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