From cfbac8e8c2aab85f8c43763c9d0c6754a2424905 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 13:50:34 +0100 Subject: [PATCH] :art: Fix tuple printfxxx --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index fc322b56..7fba7044 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ endif include util/config.mk include config.mk +SEVERITY ?= 10 +GWION_TEST_DIR ?= /tmp + GWION_PACKAGE=gwion CFLAGS += -DGWION_PACKAGE='"${GWION_PACKAGE}"' -- 2.43.0