X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d83d87e1b8aa8c76e062f01588066d9ab4233828..dc83f73ca34610aaf48962abeb06fb21d9bde23b:/Demos/Device/makefile diff --git a/Demos/Device/makefile b/Demos/Device/makefile index 825825f81..6c21911e9 100644 --- a/Demos/Device/makefile +++ b/Demos/Device/makefile @@ -26,6 +26,9 @@ all: make -C DualCDC clean make -C DualCDC all + make -C GenericHID clean + make -C GenericHID all + make -C Joystick clean make -C Joystick all @@ -55,6 +58,7 @@ all: make -C AudioOutput $@ make -C CDC $@ make -C DualCDC $@ + make -C GenericHID $@ make -C Joystick $@ make -C Keyboard $@ make -C KeyboardMouse $@