1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make: improve diagnostic messages when the prebuilt tcc executable does not work/is missing

This commit is contained in:
Delyan Angelov
2022-01-18 17:25:11 +02:00
parent ef562c92a5
commit 6dfa11e2f7
4 changed files with 28 additions and 2 deletions

View File

@@ -9,3 +9,4 @@ all:
./v2 -o v $(VFLAGS) cmd/v
rm -rf v1 v2 vc/
@echo "V has been successfully built"
./v run ./cmd/tools/detect_tcc.v