aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/LowLevel/makefile')
-rw-r--r--Demos/Host/LowLevel/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile
index 82661fffc..d118a25c8 100644
--- a/Demos/Host/LowLevel/makefile
+++ b/Demos/Host/LowLevel/makefile
@@ -32,6 +32,9 @@ all:
make -C MouseHostWithParser clean
make -C MouseHostWithParser all
+ make -C PrinterHost clean
+ make -C PrinterHost all
+
make -C StillImageHost clean
make -C StillImageHost all
@@ -43,4 +46,5 @@ all:
make -C MassStorageHost $@
make -C MouseHost $@
make -C MouseHostWithParser $@
+ make -C PrinterHost $@
make -C StillImageHost $@