aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-25 13:28:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-25 13:28:34 +0000
commitd29a408ffd906b537bcdce2a0cd98827ea5c27e3 (patch)
tree6c7f4f90b2abd7066aea885fb27b6becf9a3ec4a /Demos/makefile
parent016a4c068a01b0baf28bc45ec1eba16460689f9a (diff)
downloadlufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.tar.gz
lufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.tar.bz2
lufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.zip
Add default "all" makefile targets to the demo tree makefiles.
Diffstat (limited to 'Demos/makefile')
-rw-r--r--Demos/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/makefile b/Demos/makefile
index c5736cb8f..30434b7ea 100644
--- a/Demos/makefile
+++ b/Demos/makefile
@@ -13,6 +13,8 @@
# custom LUFA library build options are reflected in the compiled
# code.
+all:
+
%:
$(MAKE) -C Device $@
$(MAKE) -C Host $@