diff --git a/Makefile b/Makefile index 6ed3b0758f..c9c9339b5c 100644 --- a/Makefile +++ b/Makefile @@ -79,17 +79,23 @@ fresh_vc: latest_tcc: $(TMPTCC)/.git/config ifndef ANDROID +ifndef MAC cd $(TMPTCC) && $(GITCLEANPULL) endif +endif fresh_tcc: ifndef ANDROID +ifndef MAC rm -rf $(TMPTCC) $(GITFASTCLONE) $(TCCREPO) $(TMPTCC) endif +endif $(TMPTCC)/.git/config: +ifndef MAC $(MAKE) fresh_tcc +endif $(TMPVC)/.git/config: $(MAKE) fresh_vc