From b7e009a98698c4ed81b16cbc274a3b47793c1bab Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 3 Jun 2017 23:02:46 +0200 Subject: Config parser --- makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index dbef918..ec5238e 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,8 @@ LDLIBS = -lasound CFLAGS = -g -Wall -BACKENDS = artnet.o midi.o -OBJS = $(BACKENDS) +BACKENDS = artnet.o midi.o osc.o +OBJS = config.o backend.o $(BACKENDS) midimonster: midimonster.h $(OBJS) @@ -11,3 +11,6 @@ all: midimonster clean: $(RM) midimonster $(RM) $(OBJS) + +run: + valgrind --leak-check=full --show-leak-kinds=all ./midimonster -- cgit v1.2.3