1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Makefile: don't build thirdparty modules on installation

This commit is contained in:
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

View File

@ -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