Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single unified...
[pub/USBasp.git] / Demos / makefile
index b53d81c..2fd957a 100644 (file)
@@ -38,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
        
@@ -101,8 +95,6 @@ all:
        make -C Joystick $@
        make -C KeyboardMouse $@
        make -C Keyboard $@
-       make -C KeyboardFullInt $@
-       make -C KeyboardViaInt $@
        make -C KeyboardHost $@
        make -C KeyboardHostWithParser $@
        make -C KeyboardHostViaInt $@