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