aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/ClassDriver/makefile')
-rw-r--r--Demos/Host/ClassDriver/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile
index a20746dab..74ec8d6c0 100644
--- a/Demos/Host/ClassDriver/makefile
+++ b/Demos/Host/ClassDriver/makefile
@@ -23,6 +23,9 @@ all:
make -C KeyboardHostWithParser clean
make -C KeyboardHostWithParser all
+ make -C MIDIHost clean
+ make -C MIDIHost all
+
make -C MouseHost clean
make -C MouseHost all