Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / Usermode / Applications / axwin2_src / Makefile
index 74a9d25..89f1584 100644 (file)
@@ -4,8 +4,10 @@ DIRS = WM Shell_src
 
 SUBMAKE = $(MAKE) --no-print-directory
 
-all install:
-       @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR); $(SUBMAKE) -C $(DIR) $@ ;)
+all:
+       @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
+install:
+       @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
 
 clean:
-       @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ ;)
+       @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ &&) true

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