mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
7 lines
204 B
Bash
Executable file
7 lines
204 B
Bash
Executable file
#!/bin/sh
|
|
## this script is used by the makefiles in the top level folder
|
|
echo
|
|
echo 'Compilation of v.c failed.'
|
|
echo 'See https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows .'
|
|
echo
|
|
false
|