Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo...
[pub/USBasp.git] / Demos / Device / LowLevel / makefile
index 6c21911..68bcac6 100644 (file)
@@ -50,9 +50,6 @@ all:
        make -C RNDISEthernet clean
        make -C RNDISEthernet all
 
-       make -C USBtoSerial clean
-       make -C USBtoSerial all
-
 %:
        make -C AudioInput $@
        make -C AudioOutput $@
@@ -66,4 +63,3 @@ all:
        make -C MIDI $@
        make -C Mouse $@
        make -C RNDISEthernet $@
-       make -C USBtoSerial $@