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:
parent
8e90724684
commit
12eba4d311
1
Makefile
1
Makefile
@ -16,6 +16,7 @@ ifdef WIN32
|
|||||||
./v0.exe -o v.exe compiler
|
./v0.exe -o v.exe compiler
|
||||||
rm -f v0.exe
|
rm -f v0.exe
|
||||||
else
|
else
|
||||||
|
rm -rf /var/tmp/tcc
|
||||||
git clone --depth 1 --quiet https://github.com/vmisc/tccbin /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
|
$(CC) -std=gnu11 -w -o v vc/v.c -lm
|
||||||
|
Loading…
Reference in New Issue
Block a user