diff options
Diffstat (limited to 'Demos/Device')
-rw-r--r-- | Demos/Device/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 $@ |