From a8ce5c380c69539fe0c7c62c397634d9d0c9fde2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- dist/examples/cxx/tree/order/makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dist/examples/cxx/tree/order/makefile (limited to 'dist/examples/cxx/tree/order/makefile') diff --git a/dist/examples/cxx/tree/order/makefile b/dist/examples/cxx/tree/order/makefile deleted file mode 100644 index 2713b6e..0000000 --- a/dist/examples/cxx/tree/order/makefile +++ /dev/null @@ -1,11 +0,0 @@ -dirs := element mixed - -.PHONY: all $(dirs) - -all: $(dirs) - -$(dirs): - @$(MAKE) -C $@ $(MAKECMDGOALS) - -makefile: ; -% :: $(dirs) ; -- cgit v1.1