diff options
author | cbdev <cb@cbcdn.com> | 2018-03-23 13:24:57 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2018-03-23 13:24:57 +0100 |
commit | adba387b9801e99286b9de2cd4c5aeac4e6319ce (patch) | |
tree | 1bc84f8b96a54643314b9bfc03f0a3ee79d11bce /Makefile | |
parent | 5728f0caf293ba7e6c5f5f695c4cf8e9057972fd (diff) | |
download | midimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.tar.gz midimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.tar.bz2 midimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.zip |
Add partial support for building on OSX
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ all: midimonster backends backends: $(MAKE) -C backends -midimonster: midimonster.c $(OBJS) +midimonster: midimonster.c portability.h $(OBJS) clean: $(RM) midimonster |