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 all: build
build: build:
v . v src/
run: run:
v run . v run src/
clean: clean:
rm -f TypoML rm -f TypoML
format: format:
v fmt -w . v fmt -w src/
View File