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