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