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:
parent
a11961b0d3
commit
287ab1ffb0
3
Makefile
3
Makefile
@ -3,7 +3,7 @@ CFLAGS ?= -O2 -fPIC
|
|||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
VC ?= 0.1.17
|
VC ?= 0.1.17
|
||||||
|
|
||||||
all: v tools/vget
|
all: v
|
||||||
$(info V has been successfully built)
|
$(info V has been successfully built)
|
||||||
|
|
||||||
v: v.c.out compiler/*.v vlib/**/*.v
|
v: v.c.out compiler/*.v vlib/**/*.v
|
||||||
@ -59,4 +59,3 @@ uninstall:
|
|||||||
|
|
||||||
symlink: v tools/vget
|
symlink: v tools/vget
|
||||||
ln -sf `pwd`/v ${PREFIX}/bin/v
|
ln -sf `pwd`/v ${PREFIX}/bin/v
|
||||||
ln -sf `pwd`/tools/vget ${PREFIX}/bin/vget
|
|
||||||
|
Loading…
Reference in New Issue
Block a user