From 96e0a52358247aa99242b786cd88bd310d1c5311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 6 Nov 2015 20:26:07 +0100 Subject: build: add VIS_PATH=. to suggested execution after make local --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3