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