X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3dce79d68ccc50ee1007e485396826762b6965b5..0029cb454ee35c8c7bb41659bd2ed9109f26c375:/Demos/Host/ClassDriver/makefile diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 71607838d..f301021da 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -17,6 +17,9 @@ all: make -C CDCHost clean make -C CDCHost all + make -C KeyboardHost clean + make -C KeyboardHost all + make -C MouseHost clean make -C MouseHost all @@ -28,6 +31,7 @@ all: %: make -C CDCHost $@ + make -C KeyboardHost $@ make -C MouseHost $@ make -C MassStorageHost $@ make -C StillImageHost $@