mirror of
https://github.com/vlang/v.git
synced 2025-09-13 01:16:02 -04:00
Update Makefile
This commit is contained in:
parent
302f93cbe5
commit
353a6edb7c
@ -1,7 +1,7 @@
|
|||||||
all: v vc
|
all: v vc
|
||||||
|
|
||||||
v: vc
|
v: vc
|
||||||
./vc -o v . && ./v -o v .
|
./vc -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…
x
Reference in New Issue
Block a user