Add default "all" makefile targets to the demo tree makefiles.
[pub/USBasp.git] / Demos / makefile
index c5736cb..30434b7 100644 (file)
@@ -13,6 +13,8 @@
 # custom LUFA library build options are reflected in the compiled
 # code.
 
+all:
+
 %:
        $(MAKE) -C Device $@
        $(MAKE) -C Host $@