Add default "all" makefile targets to the demo tree makefiles.
[pub/USBasp.git] / Demos / DualRole / makefile
index f2ba1a8..2e863bb 100644 (file)
@@ -13,5 +13,7 @@
 # custom LUFA library build options are reflected in the compiled
 # code.
 
+all:
+
 %:
        $(MAKE) -C ClassDriver/ $@