From 228861003c231fd62a5f899a2e942663d0fbbd07 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 26 Mar 2019 14:41:19 +0100 Subject: [PATCH] :art: Update import test Makefile --- tests/import/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.0