mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
add make clean instruction
This commit is contained in:
parent
4812f92845
commit
1e6f90481e
@ -660,9 +660,9 @@ fn (p mut Parser) error(s string) {
|
|||||||
println('\n====================')
|
println('\n====================')
|
||||||
println('It looks like you are building V. It is being frequently updated every day.' +
|
println('It looks like you are building V. It is being frequently updated every day.' +
|
||||||
' If you didn\'t modify the compiler\'s code, most likely there was a change that lead to this error. ')
|
' If you didn\'t modify the compiler\'s code, most likely there was a change that lead to this error. ')
|
||||||
println('Try to run `git pull`, that will most likely fix it.')
|
println('Try to run `git pull && make clean && make`, that will most likely fix it.')
|
||||||
println('If `git pull` doesn\'t help, re-install V from source or download a precompiled' +
|
println('If `git pull` doesn\'t help, re-install V from source or download a precompiled' +
|
||||||
' binary from https://vlang.io')
|
' binary from https://vlang.io.')
|
||||||
println('====================\n')
|
println('====================\n')
|
||||||
}
|
}
|
||||||
// p.scanner.debug_tokens()
|
// p.scanner.debug_tokens()
|
||||||
|
Loading…
Reference in New Issue
Block a user