aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/makefile
diff options
context:
space:
mode:
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 b53d81cdb..2fd957a36 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 $@