aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-06 20:26:07 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-08 13:37:24 +0100
commit96e0a52358247aa99242b786cd88bd310d1c5311 (patch)
treee210eb125d70313f6a7d532b01b303f59a45b455
parent3739f7586f2560e89ca133d82763ff37c2b84137 (diff)
downloadvis-96e0a52358247aa99242b786cd88bd310d1c5311.tar.gz
vis-96e0a52358247aa99242b786cd88bd310d1c5311.tar.xz
build: add VIS_PATH=. to suggested execution after make local
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7f49be..a8954b0 100644
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,7 @@ dependencies-full: dependency/sources/install-libncurses dependencies
local: dependencies
CFLAGS="$(CFLAGS) -I$(DEPS_INC)" LDFLAGS="$(LDFLAGS) -L$(DEPS_LIB)" make CFLAGS_LUA= CFLAGS_TERMKEY= LDFLAGS_LUA=-llua LDFLAGS_TERMKEY=-ltermkey
- @echo Run with: LD_LIBRARY_PATH=$(DEPS_LIB) ./vis
+ @echo Run with: LD_LIBRARY_PATH=$(DEPS_LIB) VIS_PATH=. ./vis
standalone: dependency/sources/install-libmusl
PATH=$(DEPS_BIN):$$PATH CC=musl-gcc PKG_CONFIG_PATH= PKG_CONFIG_LIBDIR= CFLAGS=-I$(DEPS_INC)/ncursesw $(MAKE) dependencies-full