Usermode - Build fixes (slight ones)
[tpg/acess2.git] / Usermode / Applications / axwin2_src / Makefile
index 74a9d25..1174798 100644 (file)
@@ -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:

UCC git Repository :: git.ucc.asn.au