X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d887c0c73cbfc16a1e51207041fd94399de70c29..deb6fce7bc7c897242eccd02bf9da5e5191efb58:/Projects/makefile?ds=sidebyside 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) $@;)