Move to src/

This commit is contained in:
2026-07-11 12:16:59 +02:00
parent 44375621d2
commit 6ccf7c4c71
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
all: build
build:
v .
v src/
run:
v run .
v run src/
clean:
rm -f TypoML
format:
v fmt -w .
v fmt -w src/