X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9991321321d30ca9383d795ea7e796098c92045f..ceb68a06408ca31d41cfb57eb3cd20268c1aed15:/Demos/makefile diff --git a/Demos/makefile b/Demos/makefile index 333519f2b..b53d81cdb 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 @@ -98,7 +95,6 @@ all: %: make -C AudioInput $@ make -C AudioOutput $@ - make -C BluetoothHost $@ make -C CDC $@ make -C CDCHost $@ make -C DualCDC $@