From ad7b39d76397475d84499ee5124c7dd37fb0f2f4 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 7 Nov 2019 17:57:18 +0300 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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