Fix errors in the KeyboardHost demo which prevented correct compilation.
[pub/USBasp.git] / Demos / Host / makefile
index 2bf8adb..82661ff 100644 (file)
@@ -21,7 +21,7 @@ all:
        make -C GenericHIDHost all      
 
        make -C KeyboardHost clean
-       make -C KeyboardHostWithParser all      
+       make -C KeyboardHost all        
 
        make -C MassStorageHost clean
        make -C MassStorageHost all