1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

build: remove v build file.v (#7695)

This commit is contained in:
zakuro
2020-12-31 23:24:55 +09:00
committed by GitHub
parent f7b3ed2f4a
commit 1fb6710c89
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Usage: v [build flags] ['build'] <file.v|directory>
Usage: v [build flags] <file.v|directory>
This command compiles the given target, along with their dependencies, into an executable.