aboutsummaryrefslogtreecommitdiff
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-03-19 13:19:12 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-03-19 13:19:12 +0000
commitc86cc74e54b4f849e86e2ed5493e015c9783b32b (patch)
treeed85121bd26ebf8b49ed7e4c49cf9d63712874e5 /Demos/makefile
parent003b50e017a1d426f8bbe3b093eac33ec6a29155 (diff)
Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single unified demo.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@469 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/makefile')
-rw-r--r--Demos/makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Demos/makefile b/Demos/makefile
index b53d81cd..2fd957a3 100644
--- a/Demos/makefile
+++ b/Demos/makefile
@@ -38,12 +38,6 @@ all:
make -C Keyboard clean
make -C Keyboard all
- make -C KeyboardFullInt clean
- make -C KeyboardFullInt all
-
- make -C KeyboardViaInt clean
- make -C KeyboardViaInt all
-
make -C KeyboardHost clean
make -C KeyboardHost all
@@ -101,8 +95,6 @@ all:
make -C Joystick $@
make -C KeyboardMouse $@
make -C Keyboard $@
- make -C KeyboardFullInt $@
- make -C KeyboardViaInt $@
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
make -C KeyboardHostViaInt $@