Update make.bat

pull/1293/head
vitalyster 2019-07-24 14:05:06 +03:00 committed by Alexander Medvednikov
parent 7f29928aec
commit 93a3521a67
1 changed files with 1 additions and 1 deletions

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