From 8e761289a2446367267c6c0d9a26e734f0f78306 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Dec 2020 20:29:05 +0300 Subject: Get rid of legacy build systems and rename cutl/ to libcutl/ --- build/export/libcutl/stub.make | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 build/export/libcutl/stub.make (limited to 'build/export/libcutl/stub.make') diff --git a/build/export/libcutl/stub.make b/build/export/libcutl/stub.make deleted file mode 100644 index 8b6c105..0000000 --- a/build/export/libcutl/stub.make +++ /dev/null @@ -1,8 +0,0 @@ -# file : build/export/libcutl/stub.make -# license : MIT; see accompanying LICENSE file - -$(call include-once,$(src_root)/cutl/makefile,$(out_root)) - -$(call export,\ - l: $(out_root)/cutl/cutl.l,\ - cpp-options: $(out_root)/cutl/cutl.l.cpp-options) -- cgit v1.1