diff options
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile index 5c30bc981..e169689bf 100644 --- a/Projects/makefile +++ b/Projects/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) $@;) |