X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0899deaae3355428a4be749bdc618799a7d6af2d..e4bf986bb351121a39076a7c85c09cd40b43f123:/Demos/Device/ClassDriver/makefile diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 30176b35b..288e01fe4 100644 --- a/Demos/Device/ClassDriver/makefile +++ b/Demos/Device/ClassDriver/makefile @@ -60,6 +60,7 @@ all: make -C AudioInput $@ make -C AudioOutput $@ make -C CDC $@ + make -C CDCMouse $@ make -C DualCDC $@ make -C GenericHID $@ make -C Joystick $@