diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-06 20:26:07 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 13:37:24 +0100 |
| commit | 96e0a52358247aa99242b786cd88bd310d1c5311 (patch) | |
| tree | e210eb125d70313f6a7d532b01b303f59a45b455 /Makefile | |
| parent | 3739f7586f2560e89ca133d82763ff37c2b84137 (diff) | |
| download | vis-96e0a52358247aa99242b786cd88bd310d1c5311.tar.gz vis-96e0a52358247aa99242b786cd88bd310d1c5311.tar.xz | |
build: add VIS_PATH=. to suggested execution after make local
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
