From 37f0119fa2a53c44809043846620e266da92d991 Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 23 Mar 2018 13:45:47 +0100 Subject: Fix bug in universe discovery packet --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0de531c..60534ba 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,9 @@ all: midimonster backends backends: $(MAKE) -C backends +# This rule can not be the default rule because OSX the target prereqs are not exactly the build prereqs midimonster: midimonster.c portability.h $(OBJS) + $(CC) $(CFLAGS) $(LDFLAGS) $< $(OBJS) $(LDLIBS) -o $@ clean: $(RM) midimonster -- cgit v1.2.3