projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make...
[pub/USBasp.git]
/
Demos
/
DualRole
/
ClassDriver
/
makefile
diff --git
a/Demos/DualRole/ClassDriver/makefile
b/Demos/DualRole/ClassDriver/makefile
index
3f36b42
..
98d7a68
100644
(file)
--- a/
Demos/DualRole/ClassDriver/makefile
+++ b/
Demos/DualRole/ClassDriver/makefile
@@
-14,8
+14,8
@@
# code.
all:
-
make
-C MouseHostDevice clean
-
make
-C MouseHostDevice all
+
$(MAKE)
-C MouseHostDevice clean
+
$(MAKE)
-C MouseHostDevice all
%:
-
make
-C MouseHostDevice $@
+
$(MAKE)
-C MouseHostDevice $@