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

Makefile: gnu11

This commit is contained in:
Alex Medvednikov 2019-06-24 14:18:23 +02:00 committed by GitHub
parent 1381b1e743
commit baa4f9d0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ v: vc
./vc -o v .
vc: v.c
cc -std=c11 -w -o vc v.c
cc -std=gnu11 -w -o vc v.c
v.c:
wget https://vlang.io/v.c