Makefile: gnu11

pull/1049/head
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
1 changed files with 1 additions and 1 deletions

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