projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Switch over Demos, Bootloaders and Projects to the new and improved build system.
[pub/USBasp.git]
/
Demos
/
DualRole
/
ClassDriver
/
makefile
diff --git
a/Demos/DualRole/ClassDriver/makefile
b/Demos/DualRole/ClassDriver/makefile
index
866a47e
..
28e06a3
100644
(file)
--- a/
Demos/DualRole/ClassDriver/makefile
+++ b/
Demos/DualRole/ClassDriver/makefile
@@
-14,9
+14,8
@@
# code.
all:
- $(MAKE) -C MouseHostDevice clean
- $(MAKE) -C MouseHostDevice all
+ $(MAKE) -s -C MouseHostDevice clean all
%:
- $(MAKE) -C MouseHostDevice $@
+ $(MAKE) -
s -
C MouseHostDevice $@