From 15041b0d168ace6057da6bea475f1186815d0a08 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 21 Aug 2012 22:24:00 -0400 Subject: use LDLIBS for added library deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 973b8c0..a6b89f2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc -std=gnu99 CFLAGS := -Wall -Wextra -pedantic -O2 -g -D_REENTRANT $(CFLAGS) -LDFLAGS := -lpulse -lm $(LDFLAGS) +LDLIBS := -lpulse -lm ponymix: ponymix.o -- cgit v1.2.3