From: fennecdjay Date: Tue, 26 Mar 2019 13:41:19 +0000 (+0100) Subject: :art: Update import test Makefile X-Git-Tag: nightly~2602 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=228861003c231fd62a5f899a2e942663d0fbbd07;p=gwion.git :art: Update import test Makefile --- diff --git a/tests/import/Makefile b/tests/import/Makefile index 0df381c1..545ed060 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -3,8 +3,8 @@ CC ?= gcc SRC = ${NAME}.c OBJ = $(SRC:.c=.o) -CFLAGS = $(../../gwion -C 2>&1 | grep CFLAGS) ${INC} -LDFLAGS = $(../../gwion -C 2>&1 | grep LDFLAGS) +CFLAGS = $(../../gwion -k 2>&1 | grep CFLAGS) ${INC} +LDFLAGS = $(../../gwion -k 2>&1 | grep LDFLAGS) # os specific ifeq ($(shell uname), Darwin)