Makefile: better info message

pull/794/head
Alexander Medvednikov 2019-06-29 13:02:53 +02:00
parent 882700dd1b
commit 37f7fb9597
1 changed files with 1 additions and 1 deletions

View File

@ -1,10 +1,10 @@
all: clean v
$(info V has been successfully built)
v: v.c
cc -std=gnu11 -w -o v v.c
./v -o v compiler
rm v.c
echo "V has been successfully built"
v.c:
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c