aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-01-14 19:00:19 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-01-14 19:00:19 +0100
commitc71b317966e42809a580664ce372743fcedd8a06 (patch)
treefd8fbc8b965247a8caa4059a0f3e513354a618f9 /Makefile
parent6d86dc94cffee3fcda48f634fb05556cb861b0b5 (diff)
downloadvis-c71b317966e42809a580664ce372743fcedd8a06.tar.gz
vis-c71b317966e42809a580664ce372743fcedd8a06.tar.xz
build: cleanup $LIBS variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4efc83a..486aa3b 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,7 @@ dependencies: dependency/sources/install-libtermkey dependency/sources/install-l
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
+ CFLAGS="$(CFLAGS) -I$(DEPS_INC)" LDFLAGS="$(LDFLAGS) -L$(DEPS_LIB)" $(MAKE) CFLAGS_LUA= CFLAGS_TERMKEY= LDFLAGS_LUA="-llua -lm" LDFLAGS_TERMKEY=-ltermkey
@echo Run with: LD_LIBRARY_PATH=$(DEPS_LIB) VIS_PATH=. ./vis
standalone: dependency/sources/install-libmusl