More work on x86_64 port of usermode
[tpg/acess2.git] / Usermode / Applications / axwin2_src / Makefile
1
2 NAME = AxWin2
3 DIRS = WM Shell_src
4
5 SUBMAKE = $(MAKE) --no-print-directory
6
7 all install:
8         @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR); $(SUBMAKE) -C $(DIR) $@ ;)
9
10 clean:
11         @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ ;)

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