diff --git a/compiler/Makefile b/compiler/Makefile index e29d30d956..8df28caa04 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -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