diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 6 | 
1 files changed, 6 insertions, 0 deletions
@@ -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)  | 
