diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-25 13:28:34 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-25 13:28:34 +0000 |
commit | d29a408ffd906b537bcdce2a0cd98827ea5c27e3 (patch) | |
tree | 6c7f4f90b2abd7066aea885fb27b6becf9a3ec4a /Demos/DualRole/makefile | |
parent | 016a4c068a01b0baf28bc45ec1eba16460689f9a (diff) | |
download | lufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.tar.gz lufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.tar.bz2 lufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.zip |
Add default "all" makefile targets to the demo tree makefiles.
Diffstat (limited to 'Demos/DualRole/makefile')
-rw-r--r-- | Demos/DualRole/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/DualRole/makefile b/Demos/DualRole/makefile index f2ba1a83b..2e863bbad 100644 --- a/Demos/DualRole/makefile +++ b/Demos/DualRole/makefile @@ -13,5 +13,7 @@ # custom LUFA library build options are reflected in the compiled # code. +all: + %: $(MAKE) -C ClassDriver/ $@ |