projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add default "all" makefile targets to the demo tree makefiles.
[pub/USBasp.git]
/
Demos
/
Device
/
makefile
diff --git
a/Demos/Device/makefile
b/Demos/Device/makefile
index
3ef7809
..
ce80f4e
100644
(file)
--- a/
Demos/Device/makefile
+++ b/
Demos/Device/makefile
@@
-13,6
+13,8
@@
# custom LUFA library build options are reflected in the compiled
# code.
+all:
+
%:
$(MAKE) -C ClassDriver $@
$(MAKE) -C LowLevel $@