makefile: hide the warnings for now

pull/2020/head
Alexander Medvednikov 2019-09-17 18:01:49 +03:00 committed by GitHub
parent 52c5f0172e
commit 3c0fce4928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"