mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Makefile: gnu11
This commit is contained in:
parent
1381b1e743
commit
baa4f9d0c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user