]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Do not use CICFLAGS
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 14 Sep 2020 11:39:40 +0000 (13:39 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 14 Sep 2020 11:39:40 +0000 (13:39 +0200)
tests/import/Makefile

index 8fc1ffdcfe8985e46db8f8599440df21852f5a60..6327be109b2d50a47204af7b4f5e22d2999752e3 100644 (file)
@@ -4,8 +4,7 @@ CC       ?= gcc
 NAME := ${NAME}
 SRC = ${NAME}.c
 OBJ = $(SRC:.c=.o)
-CFLAGS   = -std=c99 $(../../gwion -k 2>&1 | grep CFLAGS | sed 's/CFLAGS: //') ${INC} ${CICFLAGS} -Wall -Wextra -g -Og
-LDFLAGS   = $(../../gwion -k 2>&1 | grep LDFLAGS)
+CFLAGS += -std=c99 ${INC} -Wall -Wextra -g -Og
 
 # os specific
 ifeq ($(shell uname), Darwin)