mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
Update Makefile
This commit is contained in:
parent
add0abe956
commit
5d988fdcbd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
all: v vc
|
all: v vc
|
||||||
|
|
||||||
v: vc
|
v: vc
|
||||||
./vc -o v .
|
./vc -o v . && ./v -o v .
|
||||||
|
|
||||||
vc: v.c
|
vc: v.c
|
||||||
cc -std=gnu11 -w -o vc v.c
|
cc -std=gnu11 -w -o vc v.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue