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 CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port and...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
makefile
diff --git
a/Demos/Device/ClassDriver/makefile
b/Demos/Device/ClassDriver/makefile
index
6062d32
..
30176b3
100644
(file)
--- a/
Demos/Device/ClassDriver/makefile
+++ b/
Demos/Device/ClassDriver/makefile
@@
-22,6
+22,9
@@
all:
make -C CDC clean
make -C CDC all
+
+ make -C CDCMouse clean
+ make -C CDCMouse all
make -C DualCDC clean
make -C DualCDC all