diff options
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bootloaders/makefile b/Bootloaders/makefile index 0c183e73e..bffee425d 100644 --- a/Bootloaders/makefile +++ b/Bootloaders/makefile @@ -23,7 +23,9 @@ ifeq ($(MAKELEVEL), 10) endif all: +ifeq ($(OBJDIR),) @$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;) +endif %: @$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;) |