X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c86491af8b24679984a3fc5effc7675779652e4c..b221e7d175e4b5ca463fdd6d05b8c3fc71bd7c40:/Demos/Host/ClassDriver/makefile diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 993fe8b59..71607838d 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -18,8 +18,16 @@ all: make -C CDCHost all make -C MouseHost clean - make -C MouseHost all + make -C MouseHost all + make -C MassStorageHost clean + make -C MassStorageHost all + + make -C StillImageHost clean + make -C StillImageHost all + %: make -C CDCHost $@ make -C MouseHost $@ + make -C MassStorageHost $@ + make -C StillImageHost $@