mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
Update make.bat
This commit is contained in:
parent
7f29928aec
commit
93a3521a67
1 changed files with 1 additions and 1 deletions
2
make.bat
2
make.bat
|
@ -1,3 +1,3 @@
|
|||
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
|
||||
gcc -std=gnu11 -w -o v.exe v.c
|
||||
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v.exe v.c
|
||||
del v.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue