diff --git a/Makefile b/Makefile index 9bcb0ee06f..29335c0474 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ endif fresh_vc: rm -rf vc/ git clone --depth 1 --quiet https://github.com/vlang/vc - cp fns.h vc/fns.h + #cp fns.h vc/fns.h fresh_tcc: ifdef WIN32