projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add PrinterHost to the project file and Host LowLevel directory makefile.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
makefile
diff --git
a/Demos/Host/LowLevel/makefile
b/Demos/Host/LowLevel/makefile
index
82661ff
..
d118a25
100644
(file)
--- 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 MouseHostWithParser clean
make -C MouseHostWithParser all
+ make -C PrinterHost clean
+ make -C PrinterHost all
+
make -C StillImageHost clean
make -C StillImageHost 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 MassStorageHost $@
make -C MouseHost $@
make -C MouseHostWithParser $@
+ make -C PrinterHost $@
make -C StillImageHost $@
make -C StillImageHost $@