From 19fd0404ba636ff5f67cbf218d175ccbef29579a Mon Sep 17 00:00:00 2001 From: cbdev Date: Thu, 1 Jun 2017 01:34:25 +0200 Subject: Add backend files --- makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 81ab1d3..dbef918 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,13 @@ LDLIBS = -lasound CFLAGS = -g -Wall +BACKENDS = artnet.o midi.o +OBJS = $(BACKENDS) + +midimonster: midimonster.h $(OBJS) + all: midimonster clean: $(RM) midimonster + $(RM) $(OBJS) -- cgit v1.2.3