mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
makefile: use C 99 standard
This commit is contained in:
parent
30e7cd8ed5
commit
fdef2b0f8b
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ all:
|
|||||||
rm -rf vc/
|
rm -rf vc/
|
||||||
git clone --depth 1 --quiet https://github.com/vlang/vc
|
git clone --depth 1 --quiet https://github.com/vlang/vc
|
||||||
ifdef WIN32
|
ifdef WIN32
|
||||||
$(CC) -std=gnu11 -w -o v0.exe vc/v_win.c
|
$(CC) -std=c99 -w -o v0.exe vc/v_win.c
|
||||||
./v0.exe -o v.exe compiler
|
./v0.exe -o v.exe compiler
|
||||||
rm -f v0.exe
|
rm -f v0.exe
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user