aboutsummaryrefslogtreecommitdiff
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-04-28 14:33:10 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-04-28 14:33:10 +0000
commitf177b63477af1fdee297fb3d02b2860ec2b2840b (patch)
treea8bf00bba0faa5aa75b4d6d721eec40cc8a1ad4c /Demos/makefile
parenta5890e1a963cabb7bf0b07b9f480c04bdb88402f (diff)
Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1223 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/makefile')
-rw-r--r--Demos/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/makefile b/Demos/makefile
index 38c97750..af8932b9 100644
--- a/Demos/makefile
+++ b/Demos/makefile
@@ -14,6 +14,6 @@
# code.
%:
- make -C Device/ $@
- make -C Host/ $@
- make -C DualRole/ $@
+ make -C Device $@
+ make -C Host $@
+ make -C DualRole $@