From d29a408ffd906b537bcdce2a0cd98827ea5c27e3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 25 Jun 2010 13:28:34 +0000 Subject: Add default "all" makefile targets to the demo tree makefiles. --- Demos/Device/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Demos/Device') diff --git a/Demos/Device/makefile b/Demos/Device/makefile index 3ef7809ca..ce80f4e96 100644 --- a/Demos/Device/makefile +++ b/Demos/Device/makefile @@ -13,6 +13,8 @@ # custom LUFA library build options are reflected in the compiled # code. +all: + %: $(MAKE) -C ClassDriver $@ $(MAKE) -C LowLevel $@ -- cgit v1.2.3