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

Makefile: don't build vget (openssl dependency)

This commit is contained in:
Alexander Medvednikov 2019-08-13 01:07:21 +03:00 committed by GitHub
parent a11961b0d3
commit 287ab1ffb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ CFLAGS ?= -O2 -fPIC
PREFIX ?= /usr/local
VC ?= 0.1.17
all: v tools/vget
all: v
$(info V has been successfully built)
v: v.c.out compiler/*.v vlib/**/*.v
@ -59,4 +59,3 @@ uninstall:
symlink: v tools/vget
ln -sf `pwd`/v ${PREFIX}/bin/v
ln -sf `pwd`/tools/vget ${PREFIX}/bin/vget