aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-03-23 13:45:47 +0100
committercbdev <cb@cbcdn.com>2018-03-23 13:45:47 +0100
commit37f0119fa2a53c44809043846620e266da92d991 (patch)
tree862cc33f62108e16d82784ba783edeb74d08fcbb /Makefile
parentadba387b9801e99286b9de2cd4c5aeac4e6319ce (diff)
downloadmidimonster-37f0119fa2a53c44809043846620e266da92d991.tar.gz
midimonster-37f0119fa2a53c44809043846620e266da92d991.tar.bz2
midimonster-37f0119fa2a53c44809043846620e266da92d991.zip
Fix bug in universe discovery packet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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