Makefile: don't build vget (openssl dependency)

pull/1593/head
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
1 changed files with 1 additions and 2 deletions

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