mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
makefile: hide the warnings for now
This commit is contained in:
parent
52c5f0172e
commit
3c0fce4928
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ ifdef WIN32
|
|||||||
$(CC) -std=gnu11 -w -o v0.exe vc/v_win.c
|
$(CC) -std=gnu11 -w -o v0.exe vc/v_win.c
|
||||||
./v0.exe -o v.exe compiler
|
./v0.exe -o v.exe compiler
|
||||||
else
|
else
|
||||||
$(CC) -std=gnu11 -o v vc/v.c -lm
|
$(CC) -std=gnu11 -w -o v vc/v.c -lm
|
||||||
endif
|
endif
|
||||||
rm -rf vc/
|
rm -rf vc/
|
||||||
@echo "V has been successfully built"
|
@echo "V has been successfully built"
|
||||||
|
Loading…
Reference in New Issue
Block a user