projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor documentation enhancements.
[pub/USBasp.git]
/
Demos
/
makefile
diff --git
a/Demos/makefile
b/Demos/makefile
index
af8932b
..
30434b7
100644
(file)
--- a/
Demos/makefile
+++ b/
Demos/makefile
@@
-13,7
+13,9
@@
# custom LUFA library build options are reflected in the compiled
# code.
+all:
+
%:
-
make
-C Device $@
-
make
-C Host $@
-
make
-C DualRole $@
+
$(MAKE)
-C Device $@
+
$(MAKE)
-C Host $@
+
$(MAKE)
-C DualRole $@