Makefile: don't build thirdparty modules on installation

pull/1296/head
Alexander Medvednikov 2019-07-24 17:39:04 +02:00 committed by GitHub
parent aea6a8075b
commit 41f4ec5a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ CC ?= cc
CFLAGS ?= -O2 -fPIC CFLAGS ?= -O2 -fPIC
PREFIX ?= /usr/local PREFIX ?= /usr/local
all: clean v thirdparty all: clean v
$(info V has been successfully built) $(info V has been successfully built)
v: v.c v: v.c