diff --git a/make.bat b/make.bat index 3bfc543a42..28f7cf429d 100644 --- a/make.bat +++ b/make.bat @@ -1,5 +1,5 @@ curl -O https://raw.githubusercontent.com/vlang/vc/master/v_win.c -gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe v.c +gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe v_win.c v2.exe -o v.exe compiler del v2.exe del v.c