aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/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/Device/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/Device/makefile')
-rw-r--r--Demos/Device/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/makefile b/Demos/Device/makefile
index 6a0c0ef8..7d2b91d8 100644
--- a/Demos/Device/makefile
+++ b/Demos/Device/makefile
@@ -14,5 +14,5 @@
# code.
%:
- make -C ClassDriver/ $@
- make -C LowLevel/ $@
+ make -C ClassDriver $@
+ make -C LowLevel $@