diff --git a/Makefile b/Makefile index 91f59a2a0e..e5193f66fb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC ?= cc CFLAGS ?= -O2 -fPIC PREFIX ?= /usr/local -all: clean v +all: clean v thirdparty $(info V has been successfully built) v: v.c