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/makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dist/examples/cxx/makefile (limited to 'dist/examples/cxx/makefile') diff --git a/dist/examples/cxx/makefile b/dist/examples/cxx/makefile deleted file mode 100644 index 4882e9a..0000000 --- a/dist/examples/cxx/makefile +++ /dev/null @@ -1,11 +0,0 @@ -dirs := parser tree - -.PHONY: all $(dirs) - -all: $(dirs) - -$(dirs): - @$(MAKE) -C $@ $(MAKECMDGOALS) - -makefile: ; -% :: $(dirs) ; -- cgit v1.1