Files
TypoML/Makefile
T
2026-07-10 20:37:53 +02:00

14 lines
82 B
Makefile

all: build
build:
v .
run:
v run .
clean:
rm -f TypoML
format:
v fmt -w .