X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FMakefile;h=1174798c9203ec0c23bbf2eca594bad6b0861cfe;hb=6a727b68a2c9796a216e2a71a63f6fff069245de;hp=74a9d25fff51cffa11fdfeea6c0f04e8720867ec;hpb=01d3bb637b46bc86d3b25d57d6dd06acd5686d70;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/Makefile b/Usermode/Applications/axwin2_src/Makefile index 74a9d25f..1174798c 100644 --- a/Usermode/Applications/axwin2_src/Makefile +++ b/Usermode/Applications/axwin2_src/Makefile @@ -4,7 +4,9 @@ DIRS = WM Shell_src SUBMAKE = $(MAKE) --no-print-directory -all install: +all: + @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR); $(SUBMAKE) -C $(DIR) $@ ;) +install: @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR); $(SUBMAKE) -C $(DIR) $@ ;) clean: