diff --git a/Makefile b/Makefile index 79a8b5eed8..c874491279 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,6 @@ fresh_vc: rm -rf $(VC) $(GITFASTCLONE) $(VCREPO) $(VC) -ifndef ANDROID ifndef local latest_tcc: $(TMPTCC)/.git/config cd $(TMPTCC) && $(GITCLEANPULL) @@ -119,7 +118,6 @@ else latest_tcc: @echo "Using local tcc" endif -endif fresh_tcc: rm -rf $(TMPTCC)