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

Makefile: fix info message

This commit is contained in:
Alexander Medvednikov 2019-08-16 09:25:10 +03:00
parent dc9cebe26c
commit 40e788552c

View File

@ -4,7 +4,7 @@ PREFIX ?= /usr/local
VC ?= 0.1.17
all: v
$(info V has been successfully built)
@echo "V has been successfully built"
v: v.c.out compiler/*.v vlib/**/*.v
./v.c.out -o v compiler