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