projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update library to indicate support for the Android Accessory Host demo.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
makefile
diff --git
a/Demos/Host/LowLevel/makefile
b/Demos/Host/LowLevel/makefile
index
08abaa5
..
b3aca12
100644
(file)
--- 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