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

makfile: remove tcc before clone

This commit is contained in:
Nicolas Sauzede 2019-10-13 11:13:07 +02:00 committed by Alexander Medvednikov
parent 8e90724684
commit 12eba4d311

View File

@ -16,6 +16,7 @@ ifdef WIN32
./v0.exe -o v.exe compiler
rm -f v0.exe
else
rm -rf /var/tmp/tcc
git clone --depth 1 --quiet https://github.com/vmisc/tccbin /var/tmp/tcc
$(CC) -std=gnu11 -w -o v vc/v.c -lm