X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9991321321d30ca9383d795ea7e796098c92045f..48400df13c7f9f4f0fd8e7f841d49f9502557cb1:/Demos/makefile diff --git a/Demos/makefile b/Demos/makefile index 333519f2b..2fd957a36 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -20,9 +20,6 @@ all: make -C AudioOutput clean make -C AudioOutput all - make -C BluetoothHost clean - make -C BluetoothHost all - make -C CDC clean make -C CDC all @@ -41,12 +38,6 @@ all: make -C Keyboard clean make -C Keyboard all - make -C KeyboardFullInt clean - make -C KeyboardFullInt all - - make -C KeyboardViaInt clean - make -C KeyboardViaInt all - make -C KeyboardHost clean make -C KeyboardHost all @@ -98,15 +89,12 @@ all: %: make -C AudioInput $@ make -C AudioOutput $@ - make -C BluetoothHost $@ make -C CDC $@ make -C CDCHost $@ make -C DualCDC $@ make -C Joystick $@ make -C KeyboardMouse $@ make -C Keyboard $@ - make -C KeyboardFullInt $@ - make -C KeyboardViaInt $@ make -C KeyboardHost $@ make -C KeyboardHostWithParser $@ make -C KeyboardHostViaInt $@