aboutsummaryrefslogtreecommitdiff
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-06-25 13:28:34 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-06-25 13:28:34 +0000
commit3a7573b8eafedeb80bda795624c4d01cd5e3bddb (patch)
tree6c7f4f90b2abd7066aea885fb27b6becf9a3ec4a /Demos/makefile
parent802bea644de9309353cae1a8477108e17687a0a7 (diff)
Add default "all" makefile targets to the demo tree makefiles.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1354 d5102386-fcda-11dd-9fdb-3debd5008f28
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 c5736cb8..30434b7e 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 $@