summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/order/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/tree/order/makefile')
-rw-r--r--dist/examples/cxx/tree/order/makefile11
1 files changed, 0 insertions, 11 deletions
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) ;