From 41f4ec5a3b6fd518fd8200b9657a917edeba9243 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 24 Jul 2019 17:39:04 +0200 Subject: [PATCH] Makefile: don't build thirdparty modules on installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 199fd9eb1f..11de3087ab 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC ?= cc CFLAGS ?= -O2 -fPIC PREFIX ?= /usr/local -all: clean v thirdparty +all: clean v $(info V has been successfully built) v: v.c