diff --git a/Makefile b/Makefile index 6290b8807b..67f5368698 100644 --- a/Makefile +++ b/Makefile @@ -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