mirror of
https://github.com/vlang/v.git
synced 2025-09-12 00:46:55 -04:00
Makefile: gnu11
This commit is contained in:
parent
1381b1e743
commit
baa4f9d0c9
@ -4,7 +4,7 @@ v: vc
|
|||||||
./vc -o v .
|
./vc -o v .
|
||||||
|
|
||||||
vc: v.c
|
vc: v.c
|
||||||
cc -std=c11 -w -o vc v.c
|
cc -std=gnu11 -w -o vc v.c
|
||||||
|
|
||||||
v.c:
|
v.c:
|
||||||
wget https://vlang.io/v.c
|
wget https://vlang.io/v.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user