Add default "all" makefile targets to the demo tree makefiles.
This commit is contained in:
parent
016a4c068a
commit
d29a408ffd
6 changed files with 10 additions and 2 deletions
|
@ -13,5 +13,7 @@
|
|||
# custom LUFA library build options are reflected in the compiled
|
||||
# code.
|
||||
|
||||
all:
|
||||
|
||||
%:
|
||||
$(MAKE) -C ClassDriver/ $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue