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
/
makefile
diff --git
a/Demos/DualRole/makefile
b/Demos/DualRole/makefile
index
51caef7
..
f2ba1a8
100644
(file)
--- a/
Demos/DualRole/makefile
+++ b/
Demos/DualRole/makefile
@@
-14,4
+14,4
@@
# code.
%:
-
make
-C ClassDriver/ $@
+
$(MAKE)
-C ClassDriver/ $@