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

Makefile: rebuild thirdparty/

This commit is contained in:
Alexander Medvednikov
2019-07-22 20:29:50 +02:00
committed by GitHub
parent a307a51b46
commit dd070e616d

View File

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