X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c86491af8b24679984a3fc5effc7675779652e4c..d2068d878c2ef6c4a68e85215d9d4a3b376089c2:/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 $@