aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-03-23 13:24:57 +0100
committercbdev <cb@cbcdn.com>2018-03-23 13:24:57 +0100
commitadba387b9801e99286b9de2cd4c5aeac4e6319ce (patch)
tree1bc84f8b96a54643314b9bfc03f0a3ee79d11bce /Makefile
parent5728f0caf293ba7e6c5f5f695c4cf8e9057972fd (diff)
downloadmidimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.tar.gz
midimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.tar.bz2
midimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.zip
Add partial support for building on OSX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66130c4..0de531c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: midimonster backends
backends:
$(MAKE) -C backends
-midimonster: midimonster.c $(OBJS)
+midimonster: midimonster.c portability.h $(OBJS)
clean:
$(RM) midimonster