projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
makefile
diff --git
a/Demos/Host/ClassDriver/makefile
b/Demos/Host/ClassDriver/makefile
index
a20746d
..
74ec8d6
100644
(file)
--- a/
Demos/Host/ClassDriver/makefile
+++ b/
Demos/Host/ClassDriver/makefile
@@
-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