From 7423906746578f6e83c8e30a5baf7f68e096f62c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 30 Jan 2021 20:25:03 +0100 Subject: [PATCH] :art: Try adding window stuff --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd5d2d7e..a4ed17a2 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +GWION_PACKAGE=gwion + ifeq (,$(wildcard util/config.mk)) $(shell cp util/config.mk.orig util/config.mk) endif @@ -10,8 +12,6 @@ include config.mk SEVERITY ?= 10 GWION_TEST_DIR ?= /tmp -GWION_PACKAGE=gwion - src := $(wildcard src/*.c) src += $(wildcard src/*/*.c) -- 2.43.0