pull/886/head
Zaoqi 2019-07-01 12:13:57 +08:00 committed by Alexander Medvednikov
parent 52f93ae45f
commit 9fcc3ed0e6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ all: clean v
$(info V has been successfully built)
v: v.c
cc -std=gnu11 -w -o v v.c
cc -march=native -std=gnu11 -w -o v v.c
./v -o v compiler
rm v.c