makfile: remove tcc before clone

pull/2322/head
Nicolas Sauzede 2019-10-13 11:13:07 +02:00 committed by Alexander Medvednikov
parent 8e90724684
commit 12eba4d311
1 changed files with 1 additions and 0 deletions

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