aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-20 13:24:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-20 13:24:25 +0000
commitba7cd3f22e0ec8c2fc7fd5dae3620aa75d926fd3 (patch)
tree2d7092a46f7b721cd82ebdc875d56a30843b247b /Demos/Host/makefile
parent37b2130fb2767a39f3d95414c6aca75a67c26298 (diff)
downloadlufa-ba7cd3f22e0ec8c2fc7fd5dae3620aa75d926fd3.tar.gz
lufa-ba7cd3f22e0ec8c2fc7fd5dae3620aa75d926fd3.tar.bz2
lufa-ba7cd3f22e0ec8c2fc7fd5dae3620aa75d926fd3.zip
Fix errors in the KeyboardHost demo which prevented correct compilation.
Diffstat (limited to 'Demos/Host/makefile')
-rw-r--r--Demos/Host/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/makefile b/Demos/Host/makefile
index 2bf8adb7a..82661fffc 100644
--- a/Demos/Host/makefile
+++ b/Demos/Host/makefile
@@ -21,7 +21,7 @@ all:
make -C GenericHIDHost all
make -C KeyboardHost clean
- make -C KeyboardHostWithParser all
+ make -C KeyboardHost all
make -C MassStorageHost clean
make -C MassStorageHost all