From 653c41a208ac004a412e4529f494b8b07baa2172 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 23 Jun 2021 01:27:35 +0200 Subject: Fix sanitize build circular include --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50fc73e..de9b24e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CFLAGS += -fvisibility=hidden # Subdirectory objects need the include path RCCFLAGS += -I./ -CFLAGS += -I./ +core/%: CFLAGS += -I./ midimonster: LDLIBS = -ldl # Replace version string with current git-describe if possible -- cgit v1.2.3