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

Update make.bat

This commit is contained in:
vitalyster 2019-07-24 14:05:06 +03:00 committed by Alexander Medvednikov
parent 7f29928aec
commit 93a3521a67

View File

@ -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