1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix makefile

This commit is contained in:
Alexander Medvednikov 2019-11-07 17:57:18 +03:00
parent df6bdf59e6
commit ad7b39d763

View File

@ -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