1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Update Makefile

This commit is contained in:
Alex Medvednikov 2019-06-25 02:12:03 +02:00 committed by GitHub
parent 302f93cbe5
commit 353a6edb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
all: v vc
v: vc
./vc -o v . && ./v -o v .
./vc -o v .
vc: v.c
cc -std=gnu11 -w -o vc v.c