projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new JoystickHostWithParser demos to the library.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
makefile
diff --git
a/Demos/Device/ClassDriver/makefile
b/Demos/Device/ClassDriver/makefile
index
30176b3
..
288e01f
100644
(file)
--- a/
Demos/Device/ClassDriver/makefile
+++ b/
Demos/Device/ClassDriver/makefile
@@
-60,6
+60,7
@@
all:
make -C AudioInput $@
make -C AudioOutput $@
make -C CDC $@
+ make -C CDCMouse $@
make -C DualCDC $@
make -C GenericHID $@
make -C Joystick $@