mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
make: remove obsolete references to /var/tmp/tcc
This commit is contained in:
parent
c5a7c51dfd
commit
97ed2bf211
2 changed files with 4 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -105,10 +105,6 @@ endif
|
|||
|
||||
fresh_tcc:
|
||||
ifndef ANDROID
|
||||
ifdef LINUX
|
||||
rm -rf /var/tmp/tcc
|
||||
git clone https://github.com/vlang/tccbin /var/tmp/tcc
|
||||
endif
|
||||
rm -rf $(TMPTCC)
|
||||
$(GITFASTCLONE) --branch $(TCCBRANCH) $(TCCREPO) $(TMPTCC)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue