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

gg: resizable window option

This commit is contained in:
Alexander Medvednikov
2019-10-23 12:17:08 +03:00
parent 8b74c711c6
commit a6aad880f7
3 changed files with 8 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ else
V_V=`git rev-parse --short HEAD`; \
if [ $$VC_V != $$V_V ]; then \
echo "Self rebuild ($$VC_V => $$V_V)"; \
./v v.v; \
./v -o v v.v; \
fi)
endif
rm -rf vc/
@@ -49,4 +49,4 @@ ifdef LINUX
endif
selfcompile:
./v v.v
./v -o v v.v