From 5e527213a2430bb3018e5eebd909aef294edf9b5 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/custom/makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dist/examples/cxx/tree/custom/makefile (limited to 'dist/examples/cxx/tree/custom/makefile') diff --git a/dist/examples/cxx/tree/custom/makefile b/dist/examples/cxx/tree/custom/makefile deleted file mode 100644 index 584f599..0000000 --- a/dist/examples/cxx/tree/custom/makefile +++ /dev/null @@ -1,15 +0,0 @@ -dirs := comments contacts double mixed taxonomy wildcard - -ifeq ($(WITH_BOOST),1) -dirs += calendar -endif - -.PHONY: all $(dirs) - -all: $(dirs) - -$(dirs): - @$(MAKE) -C $@ $(MAKECMDGOALS) - -makefile: ; -% :: $(dirs) ; -- cgit v1.1