diff options
Diffstat (limited to 'Demos/makefile')
-rw-r--r-- | Demos/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/makefile b/Demos/makefile index c5736cb8f..30434b7ea 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -13,6 +13,8 @@ # custom LUFA library build options are reflected in the compiled # code. +all: + %: $(MAKE) -C Device $@ $(MAKE) -C Host $@ |