From 4ea72f40025e492ad53c5d5fbf20bb4b2b18bc9d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 14 Nov 2014 02:46:47 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92f93e9..b402e79 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ command: bin/blueshift $(foreach E,$(EXECLIBS),bin/$(E)) bin/blueshift_%: obj/blueshift_%.o @mkdir -p bin - $(CC) $(FLAGS) $$($(PKGCONFIG) --libs $(LIBS_$*)) $(LD_$*) -o $@ $^ + $(CC) $$($(PKGCONFIG) --libs $(LIBS_$*)) $(LD_$*) $(FLAGS) -o $@ $^ obj/%.o: src/%.c @mkdir -p obj -- cgit v1.2.3-70-g09d2