Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.
[pub/USBasp.git] / Demos / Host / ClassDriver / makefile
index a20746d..74ec8d6 100644 (file)
@@ -23,6 +23,9 @@ all:
        make -C KeyboardHostWithParser clean
        make -C KeyboardHostWithParser all
 
+       make -C MIDIHost clean
+       make -C MIDIHost all
+
        make -C MouseHost clean
        make -C MouseHost all