diff --git a/Makefile b/Makefile index 1e01ecf..fb1266a 100644 --- a/Makefile +++ b/Makefile @@ -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/ diff --git a/main.v b/src/main.v similarity index 100% rename from main.v rename to src/main.v