aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4a85eab..66130c4 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ OBJS = config.o backend.o plugin.o
PLUGINDIR = "\"./backends/\""
CFLAGS ?= -g -Wall
-LDLIBS = -ldl
-CFLAGS += -DPLUGINS=$(PLUGINDIR)
#CFLAGS += -DDEBUG
-LDFLAGS += -Wl,-export-dynamic
+midimonster: LDLIBS = -ldl
+midimonster: CFLAGS += -DPLUGINS=$(PLUGINDIR)
+midimonster: LDFLAGS += -Wl,-export-dynamic
all: midimonster backends