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/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile
index 08abaa560..b3aca1288 100644
--- a/Demos/Host/LowLevel/makefile
+++ b/Demos/Host/LowLevel/makefile
@@ -14,6 +14,9 @@
# code.
all:
+ $(MAKE) -C AndroidAccessoryHost clean
+ $(MAKE) -C AndroidAccessoryHost all
+
$(MAKE) -C AudioInputHost clean
$(MAKE) -C AudioInputHost all