v/make.bat

4 lines
101 B
Batchfile

curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
gcc -std=gnu11 -w -o v.exe v.c
del v.c