aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-06-23 01:27:35 +0200
committercbdev <cb@cbcdn.com>2021-06-23 01:27:35 +0200
commit653c41a208ac004a412e4529f494b8b07baa2172 (patch)
treeb424278a2dc3e44aaedc4da69d18dc8a362a9d2c /Makefile
parentfe4598558ee7d63ae35511c3fa1dc8c49ba52cb7 (diff)
downloadmidimonster-653c41a208ac004a412e4529f494b8b07baa2172.tar.gz
midimonster-653c41a208ac004a412e4529f494b8b07baa2172.tar.bz2
midimonster-653c41a208ac004a412e4529f494b8b07baa2172.zip
Fix sanitize build circular include
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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