mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
7 lines
212 B
Bash
Executable file
7 lines
212 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-Linux-and-macOS .'
|
|
echo
|
|
false
|