X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c86491af8b24679984a3fc5effc7675779652e4c..cfe054474ffafddcbba0f6d3f46d3f02473fac96:/Demos/Host/ClassDriver/makefile diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 993fe8b59..730d28a78 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -18,8 +18,12 @@ 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 CDCHost $@ make -C MouseHost $@ + make -C MassStorageHost $@