mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cmd/v: rewrite flags
This commit is contained in:
parent
522de0871a
commit
aab31f4b35
37 changed files with 1087 additions and 464 deletions
|
@ -17,4 +17,4 @@ RUN apk --no-cache add \
|
|||
|
||||
RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
|
||||
|
||||
RUN git clone https://github.com/vlang/v /opt/vlang && make && v --version
|
||||
RUN git clone https://github.com/vlang/v /opt/vlang && make && v -version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue