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
/
makefile
diff --git
a/Demos/makefile
b/Demos/makefile
index
af8932b
..
c5736cb
100644
(file)
--- a/
Demos/makefile
+++ b/
Demos/makefile
@@
-14,6
+14,6
@@
# code.
%:
-
make
-C Device $@
-
make
-C Host $@
-
make
-C DualRole $@
+
$(MAKE)
-C Device $@
+
$(MAKE)
-C Host $@
+
$(MAKE)
-C DualRole $@