Files
TypoML/Makefile
T
2026-07-11 12:16:59 +02:00

14 lines
91 B
Makefile

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