diff options
author | cbdev <cb@cbcdn.com> | 2018-03-23 13:45:47 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2018-03-23 13:45:47 +0100 |
commit | 37f0119fa2a53c44809043846620e266da92d991 (patch) | |
tree | 862cc33f62108e16d82784ba783edeb74d08fcbb /Makefile | |
parent | adba387b9801e99286b9de2cd4c5aeac4e6319ce (diff) | |
download | midimonster-37f0119fa2a53c44809043846620e266da92d991.tar.gz midimonster-37f0119fa2a53c44809043846620e266da92d991.tar.bz2 midimonster-37f0119fa2a53c44809043846620e266da92d991.zip |
Fix bug in universe discovery packet
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |