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 --- tests/cxx/makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/cxx/makefile (limited to 'tests/cxx/makefile') diff --git a/tests/cxx/makefile b/tests/cxx/makefile deleted file mode 100644 index 769a1d0..0000000 --- a/tests/cxx/makefile +++ /dev/null @@ -1,15 +0,0 @@ -# file : tests/cxx/makefile -# license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make - -default := $(out_base)/ -test := $(out_base)/.test -clean := $(out_base)/.clean - -$(default): $(out_base)/parser/ $(out_base)/tree/ -$(test): $(out_base)/parser/.test $(out_base)/tree/.test -$(clean): $(out_base)/parser/.clean $(out_base)/tree/.clean - -$(call import,$(src_base)/parser/makefile) -$(call import,$(src_base)/tree/makefile) -- cgit v1.1