aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-04-28 14:33:10 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-04-28 14:33:10 +0000
commit9e34144c9b7454ab69215c17d75a8ba2dcdcb929 (patch)
treea8bf00bba0faa5aa75b4d6d721eec40cc8a1ad4c /makefile
parent0063f721173b38155648a4267703825fb136fc3e (diff)
downloadlufa-9e34144c9b7454ab69215c17d75a8ba2dcdcb929.tar.gz
lufa-9e34144c9b7454ab69215c17d75a8ba2dcdcb929.tar.bz2
lufa-9e34144c9b7454ab69215c17d75a8ba2dcdcb929.zip
Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index d6d191e52..db5cd517a 100644
--- a/makefile
+++ b/makefile
@@ -18,9 +18,9 @@ all:
%:
@echo Executing \"make $@\" on all LUFA library elements.
@echo
- make -C LUFA/ $@ -s
- make -C Demos/ $@ -s
- make -C Projects/ $@ -s
- make -C Bootloaders/ $@ -s
+ make -C LUFA $@ -s
+ make -C Demos $@ -s
+ make -C Projects $@ -s
+ make -C Bootloaders $@ -s
@echo
@echo LUFA \"make $@\" operation complete.